diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index b442172f..344d7baa 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -32519,6 +32519,14 @@ contacter la maintenance d'Emacs plus rapidement, envoyer le courrier
En mode Calendrier, vous pouvez utiliser @key{SPC} (@code{scroll-other-window}) et @key{DEL} (@code{scroll-other-window-down}) pour faire défiler l'autre fenêtre (s'il y en a une) vers le haut ou vers le bas, respectivement.
+
+
+ In Dired, move up a level and go to the previous directory's line.
+
+
+ Dans Dired, remontez d'un niveau et allez à la ligne de répertoire précédente.
+
+
In Emacs Lisp, @code{nil} and @code{t} are special symbols that always evaluate to themselves.
@@ -52906,6 +52914,14 @@ ligne séparée avec @samp{@result{}}.
La variable @code{dabbrev-limit}, si elle est autre que @code{nil}, spécifie la distance maximale de recherche d'un remplacement dans le tampon.
+
+
+ The variable @code{dired-listing-switches} specifies the options to give to @command{ls} for listing the directory; this string @emph{must} contain @samp{-l}.
+
+
+ La variable @code{dired-listing-switches} spécifie les options à donner à @command{ls} pour afficher le répertoire ; la chaîne @emph{doit} contenir @samp{-l}.
+
+
The variable @code{double-click-fuzz} specifies how much the mouse can move between clicks and still allow them to be grouped as a multiple click.
@@ -57558,6 +57574,14 @@ si nous continuons,
Taper @kbd{C-l} deux fois d'affiler (@kbd{C-l C-l}) fait défiler la fenêtre pour mettre le point sur la ligne visuelle la plus haute de l'écran.
+
+
+ Typing @kbd{C-x 4 C-j} (@code{dired-jump-other-window} has the same effect but opens a new window for the Dired buffer.
+
+
+ Taper @kbd{C-x 4 C-j} (@code{dired-jump-other-window} a le même effet mais ouvre une nouvelle fenêtre pour le tampon Dired.
+
+
Typing @kbd{C-x C-j} (@code{dired-jump}) in any buffer will open a Dired buffer and move point to the line corresponding to the current file.