diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 00a38d57..b528a925 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -37433,6 +37433,14 @@ tables d'abbréviations soient vides.
Rend @var{key} non défini de manière locale (dans le mode majeur actuellement effectif).
+
+
+ Make Text mode the default mode for new buffers.
+
+
+ Rendre le mode Texte comme mode par défaut pour de nouveaux tampons.
+
+
Make a Function Interactive
@@ -39552,6 +39560,14 @@ fonction décrite, sont composés comme ceci : @var{first-number}.
Note aux débutants
+
+
+ Note that @code{text-mode} is used because it is the command for entering Text mode.
+
+
+ À noter que @code{text-mode} est utilisée puisqu'il s'agit de la commande nécessaire pour accéder au mode Texte.
+
+
Note that @kbd{C-x b}, and related commands, use @dfn{permissive completion with confirmation} for minibuffer completion: if you type @key{RET} when the minibuffer text names a nonexistent buffer, Emacs prints @samp{[Confirm]} and you must type a second @key{RET} to submit that buffer name.