diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index f39c759..07471c3 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -25222,6 +25222,14 @@ machine de 29 bits :
Par exemple, les combinaisons suivantes insèrent toutes le même caractère :
+
+
+ For example, the following binds @kbd{C-z} to the @code{shell} command (@pxref{Interactive Shell}), replacing the normal global definition of @kbd{C-z}:
+
+
+ Par exemple, les touches suivantes @kbd{C-z} à la commande @code{shell} (@pxref{Shell interactif}), remplaçant la définition globale normale de @kbd{C-z} :
+
+
For example, the following local variables list enables ElDoc mode (@pxref{Lisp Doc}) by calling @code{eldoc-mode} with no argument (calling it with an argument of 1 would do the same), and disables Font Lock mode (@pxref{Font Lock}) by calling @code{font-lock-mode} with an argument of @minus{}1.