diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 74846146..b47c3872 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -38470,6 +38470,14 @@ l'inclure dans le manuel.
Si le fichier journal contient plutôt cette entrée :
+
+
+ If the directory is not empty, you will be asked whether you want to delete it recursively.
+
+
+ Si le répertoire n'est pas vide, Emacs vous demandera si vous souhaitez le supprimer récursivement.
+
+
If the directory you are visiting is under version control (@pxref{Version Control}), then the normal VC diff and log commands will operate on the selected files.
@@ -51825,6 +51833,14 @@ qu'un certain minimum (négatif).
Sur certains systèmes, Emacs remarque immédiatement lorsque le deuxième utilisateur commence à modifier le fichier, et l'avertit de suite.
+
+
+ On systems that have a ``Trash'' (or ``Recycle Bin'') feature, you can make this command move the specified directory to the Trash instead of deleting it outright, by changing the variable @code{delete-by-moving-to-trash} to @code{t}.
+
+
+ Sur des systèmes qui disposent d'une fonctionnalité de "Poubelle" (ou "Corbeille"), vous pouvez faire en sorte que cette commande déplace le répertoire spécifié à la Poubelle au lieu de le supprimer sur le coup, en changeant la variable @code{delete-by-moving-to-trash} sur une valeur @code{t}.
+
+
On terminals which allow only the ASCII control characters, @kbd{C-/} does not exist, but for many of them @kbd{C-/} still works because it actually sends @kbd{C-_} to Emacs, while many others allow you to omit the @key{Shift} modifier when you type @kbd{C-_} (in effect pressing @kbd{C--}), making that the most convenient way to invoke @code{undo}.