From 3ef146eef9c1c189c6e51046e52bd30210b01375 Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 29 Mar 2022 14:19:56 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Lilian=20Ajout=C3=A9s=C2=A0:?= =?UTF-8?q?=201,=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index ecd8655b..2546c015 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -49498,6 +49498,14 @@ valeur de retour est @var{name}. La commande similaire @kbd{M-x replace-regexp} remplace toute correspondance d'un motif spécifié. + + + 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}. + + + 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}. + + The single argument name following @code{&rest} will receive, as its value, a list of all the remaining arguments passed to the function.