diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 7f61937..c586c99 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -12832,6 +12832,14 @@ plus.
@xref{Comparer des fichiers}.
+
+
+ @xref{Compilation Mode}, for detailed description of commands and key bindings available in the @file{*grep*} buffer.
+
+
+ @xref{Mode de compilation}, pour une description détaillée des commandes et des liaisons de touches disponibles dans le tampon @file{*grep*}.
+
+
@xref{Completion Exit}, for details.
@@ -32587,6 +32595,14 @@ machine de 29 bits :
Par exemple, mettre à jour ou supprimer un sous-répertoire qui a été inséré avec le commutateur @code{R} ne pas va mettre à jour ou supprimer ses sous-répertoires.
+
+
+ For instance, you can chain @command{grep} commands, like this:
+
+
+ Par exemple, vous pouvez enchaîner les commandes @command{grep}, comme ceci :
+
+
For instance, you could make @kbd{M-a} and @kbd{M-A} run different commands.
@@ -38821,6 +38837,14 @@ similitudes.
Si vous spécifiez un argument numérique avec @kbd{d}, il affiche toutes les entrées du journal pour ce nombre de jours successifs.
+
+
+ If you specify a prefix argument for @kbd{M-x grep}, it finds the identifier (@pxref{Xref}) in the buffer around point, and puts that into the default @command{grep} command.
+
+
+ Si vous spécifiez un argument préfixe pour @kbd{M-x grep}, il trouve l'identifiant (@pxref{Xref}) dans le tampon autour de point, et le met dans la commande par défaut @command{grep}.
+
+
If you specify multiple @samp{-L} options, Emacs preserves the relative order; i.e., using @samp{-L /foo -L /bar} results in a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}.
@@ -63555,6 +63579,14 @@ mais ils ont certaines propriétés à imiter une série aléatoire.
Le tampon de sortie utilise le mode Grep, qui est une variante du mode Compilation (@pxref{Mode Compilation}).
+
+
+ The output from @command{grep} goes in the @file{*grep*} buffer.
+
+
+ La sortie de @command{grep} est placée dans le tampon @file{*grep*}.
+
+
The output from @kbd{M-x list-abbrevs} looks like this:
@@ -76378,6 +76410,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Vous pouvez exclure des sous-répertoires en les masquant temporairement (@pxref{Dissimuler des sous-répertoires}).
+
+
+ You can find the corresponding lines in the original files using @w{@kbd{M-g M-n}}, @key{RET}, and so forth, just like compilation errors.
+
+
+ Vous pouvez trouver les lignes correspondantes dans les fichiers originaux en utilisant @w{@kbd{M-g M-n}}, @key{RET}, et ainsi de suite, tout comme les erreurs de compilation.
+
+
You can flag a file for deletion by moving to the line describing the file and typing @kbd{d} (@code{dired-flag-file-deletion}).
@@ -77846,6 +77886,14 @@ plus tard.
Les changements apparaissent dans le fichier lui-même seulement lorsque vous @dfn{sauvegardez} le tampon dans un fichier.
+
+
+ Your command need not simply run @command{grep}; you can use any shell command that produces output in the same format.
+
+
+ Votre commande ne doit pas simplement exécuter @command{grep} ; vous pouvez utiliser n'importe quelle commande de l'interpréteur de commandes qui produit une sortie dans le même format.
+
+
Your email address; used to initialize the Lisp variable @code{user-mail-address}, which the Emacs mail interface puts into the @samp{From} header of outgoing messages (@pxref{Mail Headers}).
@@ -88437,6 +88485,14 @@ plus tard.
grep
+
+
+ grep -nH -e foo *.el | grep bar | grep toto
+
+
+ grep -nH -e foo *.el | grep bar | grep toto
+
+
grep-find