From f2bb88b9365a98383c69d458fc3b29336ffbb753 Mon Sep 17 00:00:00 2001 From: nanoo Date: Fri, 25 Nov 2022 09:15:49 +0100 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Nanoos=20Ajout=C3=A9s=C2=A0:?= =?UTF-8?q?=202,=20Supprim=C3=A9s=C2=A0:=200,=20Modifi=C3=A9s=C2=A0:=200?= =?UTF-8?q?=20(Conflits=C2=A0:=200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 4390f5a..29a1ba3 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1,7 +1,7 @@ -
+
@@ -11654,6 +11654,14 @@ cl}. @kbd{M-x write-region} est l'inverse de @kbd{M-x insert-file} ; elle copie le contenu à l'intérieur de la région dans le fichier spécifié. + + + @kbd{M-x} uses the minibuffer to read the command name. + + + @kbd{M-x} utilise le mini-tampon pour lire le nom de la commande. + + @kbd{M-x} works by running the command @code{execute-extended-command}, which is responsible for reading the name of another command and invoking it. @@ -70125,6 +70133,14 @@ liste de tous arguments restants à passer à la fonction. Le début de la liste des variables locales ne doit pas contenir plus de 3000 caractères à partir de la fin du fichier, et doit se situer sur la dernière page si le fichier est divisé en pages. + + + The string @samp{M-x} appears at the beginning of the minibuffer as a @dfn{prompt} to remind you to enter a command name to be run. + + + La corde @samp{M-x} apparaît au début du mini-tampon comme @dfn{prompt} pour rappeler à l'utilisateur de saisir une commande à exécuter. + + The string at the end of the line is the expansion.