diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index ef8a4ce5..06b8c0ae 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -6920,6 +6920,14 @@ cl}.
@kbd{M-x kill-all-abbrevs} supprime toutes les définitions, aussi bien globales que locales.
+
+
+ @kbd{M-x make-local-variable} reads the name of a variable and makes it local to the current buffer.
+
+
+ @kbd{M-x make-local-variable} lit le nom d'une variable et la rend locale dans le tampon actuel.
+
+
@kbd{M-x prepend-to-buffer} is just like @code{append-to-buffer} except that point in the other buffer is left before the copied text, so successive prependings add text in reverse order.
@@ -16554,6 +16562,14 @@ significatif pour la lettre qui indique la base.
Modifier une variable
+
+
+ Changing its value subsequently in this buffer will not affect others, and changes in its global value will not affect this buffer.
+
+
+ Changer sa valeur par la suite dans ce tampon ne va pas affecter les autres, et ces changements dans la valeur globale n'influe en aucun cas ce tampon.
+
+
Changing the Location of Point