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.