diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 772d0308..863a1045 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -166,6 +166,14 @@
"dumb-emacs-ansi")))
+
+
+ #
+
+
+ #
+
+
# Local Variables:
@@ -26370,6 +26378,14 @@ of this license document, but changing it is not allowed.
Corriger
+
+
+ Flag all auto-save files (files whose names start and end with @samp{#}) for deletion (@pxref{Auto Save}).
+
+
+ Marque tous les fichiers d'auto-enregistrement (fichiers dont les noms commencent et finissent par @samp{#}) pour leur suppression (@pxref{Auto-enregistrement}).
+
+
Flag the buffer for deletion (killing), then move point to the next line (@code{Buffer-menu-delete}).
@@ -49683,6 +49699,14 @@ de Lisp également.
Le fichier @file{.dir-locals.el} doit contenir une liste construite spécifiquement pour associer chaque nom de mode majeur (symbole) à une alist (@pxref{Listes associatives,,, elisp, Manuel de référence GNU Emacs Lisp}).
+
+
+ The @kbd{#}, @kbd{~}, @kbd{.}, @kbd{% &}, and @kbd{% d} commands flag many files for deletion, based on their file names:
+
+
+ Les commandes @kbd{#}, @kbd{~}, @kbd{.}, @kbd{% &}, et @kbd{% d} marquent plusieurs fichiers pour la suppression, par rapport à leur nom de fichier :
+
+
The @kbd{@key{DEL}} (@code{delete-backward-char}) command removes the character before point, moving the cursor and the characters after it backwards.