From ec5adbc517ef759eedad7ac491dc35f9ef1c14c7 Mon Sep 17 00:00:00 2001 From: Lilian Date: Wed, 6 Apr 2022 13:41:08 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 89214308..5ab1b71d 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -3617,6 +3617,14 @@ bit est 1 plutôt que 0.) (mode . + + + (modify-syntax-entry ?\$ "." text-mode-syntax-table) + + + (modify-syntax-entry ?\$ "." text-mode-syntax-table) + + (multiply-by-seven 3) @@ -24267,6 +24275,14 @@ chaque passe d'Emacs ! Activer le débogueur Emacs Lisp pour les erreurs dans le fichier init. + + + Enable the use of the command @code{narrow-to-region} without confirmation. + + + Activez l'utilisation de la commande @code{narrow-to-region} sans confirmation. + + Enable vertical scroll bars. @@ -39753,6 +39769,14 @@ fonction décrite, sont composés comme ceci : @var{first-number}. Noter que ceci peut forcer le point à se déplacer de plusieurs positions dans le tampon selon le contexte bidirectionnel environnant. + + + Note the use of a character constant for @samp{$}. + + + Notez l'utilisation d'une constante caractère pour @samp{$}. + + Note, however, that it is often a mistake to specify minor modes this way.