Translated by Lilian

Ajoutés : 1, Supprimés : 0, Modifiés : 0 (Conflits : 0)
This commit is contained in:
Lilian 2022-03-29 14:19:56 +02:00
parent 05d4b35dce
commit 3ef146eef9

View File

@ -49498,6 +49498,14 @@ valeur de retour est @var{name}.</seg>
<seg>La commande similaire @kbd{M-x replace-regexp} remplace toute correspondance d'un motif spécifié.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The simplest is to use the @code{kbd} function, which converts a textual representation of a key sequence---similar to how we have written key sequences in this manual---into a form that can be passed as an argument to @code{global-set-key}.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220329T121956Z" creationid="Lilian" creationdate="20220329T121956Z">
<seg>Le plus simple est d'utiliser la fonction @code{kbd}, qui convertit une représentation textuelle d'une combinaison de touches (similaire à comment nous avons écrit des combinaisons de touches dans ce manuel) à une forme qui peut passer d'un argument à @code{global-set-key}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The single argument name following @code{&amp;rest} will receive, as its value, a list of all the remaining arguments passed to the function.</seg>