diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 712e232c..645a7d1e 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -34603,6 +34603,14 @@ autrement.
M-x global-set-key @key{RET} @var{key} @var{cmd} @key{RET}
+
+
+ M-x global-set-key @key{RET} C-x 4 $ spell-other-window @key{RET}
+
+
+ M-x global-set-key @key{RET} C-x 4 $ spell-other-window @key{RET}
+
+
M-x global-set-key @key{RET} C-z shell @key{RET}
@@ -51614,6 +51622,14 @@ les citer pour les employer comme constantes dans un programme.
Cela permet de créer un recueil de recherche reproductible en un seul fichier.
+
+
+ This makes the key @dfn{undefined}; if you type it, Emacs will just beep.
+
+
+ Cela rend la touche @dfn{non défini}e ; si vous l'entrer, Emacs émettra un bip.
+
+
This manual attempts to be a full description of Emacs Lisp.
@@ -57486,6 +57502,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Vous pouvez vous référer au jeu de caractères par l'un ou l'autre nom.
+
+
+ You can remove the global definition of a key with @code{global-unset-key}.
+
+
+ Il est possible de supprimer la définition globale d'une touche avec @code{global-unset-key}.
+
+
You can repeat that command (including its argument) three additional times, to delete a total of 80 characters, by typing @kbd{C-x z z z}.
@@ -74286,6 +74310,14 @@ This function returns the string that is @var{symbol}'s name.
recursive-graph-body-print::
+
+
+ redefines @kbd{C-x 4 $} to run the (fictitious) command @code{spell-other-window}.
+
+
+ redéfinit @kbd{C-x 4 $} pour exécuter la commande (fictive) @code{spell-other-window}.
+
+
regexp