Translated by Lilian

This commit is contained in:
Lilian 2022-03-29 14:06:17 +02:00
parent f49b6820bc
commit fab38f6d10

View File

@ -30521,6 +30521,14 @@ contacter la maintenance d'Emacs plus rapidement, envoyer le courrier
<seg>Si vous voulez incrémenter la variable, vous devez employer @code{setq}, comme ceci :</seg> <seg>Si vous voulez incrémenter la variable, vous devez employer @code{setq}, comme ceci :</seg>
</tuv> </tuv>
</tu> </tu>
<tu>
<tuv lang="en">
<seg>If you want to prevent yourself from invoking a command by mistake, it is better to disable the command than to undefine the key.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220329T120617Z" creationid="Lilian" creationdate="20220329T120617Z">
<seg>Si vous souhaitez éviter de faire appel vous-même à une commande par erreur, il serait mieux de désactiver la commande que de ne pas définir la touche.</seg>
</tuv>
</tu>
<tu> <tu>
<tuv lang="en"> <tuv lang="en">
<seg>If you want to split a long string value across multiple lines of the file, you can use backslash-newline, which is ignored in Lisp string constants; you should put the prefix and suffix on each line, even lines that start or end within the string, as they will be stripped off when processing the list.</seg> <seg>If you want to split a long string value across multiple lines of the file, you can use backslash-newline, which is ignored in Lisp string constants; you should put the prefix and suffix on each line, even lines that start or end within the string, as they will be stripped off when processing the list.</seg>