diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index d57c3752..27c2bdab 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -55642,6 +55642,14 @@ machine.
See also [Manual].
+
+
+ See also the @code{find-grep-dired} command, in @ref{Dired and Find}.
+
+
+ Voir aussi la commande @code{find-grep-dired}, dans @ref{Dired et Find}.
+
+
See also the variable
@@ -61014,6 +61022,14 @@ marqueurs.
La commande @kbd{M-x dired-compare-directories} est utilisée pour comparer le tampon Dired actuel avec un autre répertoire.
+
+
+ The command @kbd{M-x grep-find} (also available as @kbd{M-x find-grep}) is similar to @kbd{M-x grep}, but it supplies a different initial default for the command---one that runs both @code{find} and @command{grep}, so as to search every file in a directory tree.
+
+
+ La commande @kbd{M-x grep-find} (également disponible sous la forme @kbd{M-x find-grep}) est similaire à @kbd{M-x grep}, mais elle fournit un défaut initial différent pour la commande - un qui exécute à la fois @code{find} et @command{grep}, de manière à rechercher chaque fichier dans une arborescence de répertoires.
+
+
The command @kbd{M-x holiday-list} displays the list of holidays for a range of years.
@@ -61175,6 +61191,14 @@ marqueurs.
Les commandes @kbd{M-x insert-abbrevs} et @kbd{M-x define-abbrevs} sont similaires aux commandes précédentes mais fonctionnent sur du texte dans un tampon Emacs.
+
+
+ The commands @kbd{M-x lgrep} (local grep) and @kbd{M-x rgrep} (recursive grep) are more user-friendly versions of @command{grep} and @code{grep-find}, which prompt separately for the regular expression to match, the files to search, and the base directory for the search.
+
+
+ Les commandes @kbd{M-x lgrep} (grep local) et @kbd{M-x rgrep} (grep récursif) sont des versions plus conviviales de @command{grep} et @code{grep-find}, qui demandent séparément l'expression régulière à rechercher, les fichiers à rechercher et le répertoire de base pour la recherche.
+
+
The commands @kbd{M-x scroll-up-line} and @kbd{M-x scroll-down-line} scroll the current window by one line at a time.
@@ -61418,6 +61442,14 @@ marqueurs.
La valeur par défaut est 500.
+
+
+ The default is @code{ask}.
+
+
+ La valeur par défaut est @code{ask}.
+
+
The default is @code{maybe}, which is neither @code{t} nor @code{nil}, so normally Emacs does ask for confirmation about processing @code{eval} variables.