diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 5a7c199..64696d9 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -7940,6 +7940,14 @@ cl}.
@samp{*} indique que le tampon est modifié.
+
+
+ @samp{--batch} also guarantees there will be no problem redirecting output to @file{log}, because Emacs will not assume that it has a display terminal to work with.
+
+
+ @samp{--batch} garantit également qu'il n'y aura pas de problème pour rediriger la sortie vers @file{log}, car Emacs ne supposera pas qu'il a un terminal d'affichage pour pouvoir y fonctionner.
+
+
@samp{--batch} implies @samp{-q} (do not load an initialization file), but @file{site-start.el} is loaded nonetheless.
@@ -46908,6 +46916,14 @@ parce que sa représentation binaire consiste entièrement de 1.
Ceci permet d'accélérer la saisie.
+
+
+ This says to visit @file{foo.c}, load @file{hack-c.el} (which makes changes in the visited file), save @file{foo.c} (note that @code{save-buffer} is the function that @kbd{C-x C-s} is bound to), and then exit back to the shell (because of @samp{--batch}).
+
+
+ Cette commande dit de visiter @file{foo.c}, de charger @file{hack-c.el} (qui effectue des changements dans le fichier consulté), de sauvegarder @file{foo.c}. (notez que @code{save-buffer} est la fonction à laquelle @kbd{C-x C-s} est liée), et ensuite revenir au shell (à cause de @samp{--batch}).
+
+
This section describes how the list of buffers is displayed and how to interpret the various indications in the list; see @ref{Several Buffers}, for description of the special mode in the @file{*Buffer List*} buffer and the commands available there.