From 8dc68519d879e25a86a094c9e999488700f298c6 Mon Sep 17 00:00:00 2001 From: Lilian Date: Wed, 6 Apr 2022 09:56:47 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index f0d00ef7..e1769859 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -51380,6 +51380,14 @@ d'argument simple suivant @code{&rest} recevra, comme valeur, une liste de tous arguments restants à passer à la fonction. + + + The single-quote before it makes the symbol a constant; otherwise, @code{text-mode} would be treated as a variable name. + + + Le guillemet simple juste avant fait de ce symbole une constante ; par ailleurs, @code{text-mode} serait traité en tant que nom de variable. + + The single-quote before the command name, @code{shell}, marks it as a constant symbol rather than a variable.