diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 0a323a7..4ccd799 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -2509,6 +2509,14 @@ bit est 1 plutôt que 0.)
(global-set-key (kbd "<mouse-2>") 'mouse-save-then-kill)
+
+
+ (global-set-key (kbd "C-z") 'shell)
+
+
+ (global-set-key (kbd "C-z") 'shell)
+
+
(goto-char (point-min))
@@ -49524,6 +49532,14 @@ d'argument simple suivant @code{&rest} recevra, comme valeur, une
liste de tous arguments restants à passer à la fonction.
+
+
+ The single-quote before the command name, @code{shell}, marks it as a constant symbol rather than a variable.
+
+
+ Le guillemet simple avant le nom de la commande, @code{shell}, le marque en tant que symbole constant plutôt qu'en tant que variable.
+
+
The size of the external border cannot be set from within Emacs.
@@ -75094,8 +75110,8 @@ This function returns the string that is @var{symbol}'s name.
rebinding keys, permanently
-
- réassocier des séquences, de façon permanente
+
+ réassociation de séquences, de façon permanente