diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 523d3462..12f3e14a 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -11498,6 +11498,14 @@ cl}.
@kbd{M-x write-abbrev-file} lit un nom de fichier à l'aide du minibuffer, puis y écrit une description de toutes les définitions d'abréviations actuelles.
+
+
+ @kbd{M-x write-region} is the inverse of @kbd{M-x insert-file}; it copies the contents of the region into the specified file.
+
+
+ @kbd{M-x write-region} est l'inverse de @kbd{M-x insert-file} ; elle copie le contenu à l'intérieur de la région dans le fichier spécifié.
+
+
@kbd{M-x} works by running the command @code{execute-extended-command}, which is responsible for reading the name of another command and invoking it.