diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 44fb590f..8c338d56 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -81064,6 +81064,14 @@ manière cumulée.
Quand il y a plusieurs fenêtres, le tampon affiché dans la @dfn{fenêtre sélectionnée} est le tampon actuel.
+
+
+ When there is an active region, any use of @code{undo} performs @dfn{selective undo}: it undoes the most recent change within the region, instead of the entire buffer.
+
+
+ Quand il existe une région active, toute utilisation de @code{undo} effectue une @dfn{annulation sélective} : cela annule la modification la plus récente à l'intérieur de la région au lieu du tampon entier.
+
+
When there is only one Emacs window, the buffer displayed in that window is current.