From 80b8567efa1dff652fc947c3734705810061017e Mon Sep 17 00:00:00 2001 From: sunoc Date: Fri, 28 Jun 2024 22:45:25 +0900 Subject: [PATCH] Translated by sunoc --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 6ef81fc..9d60c41 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -42310,6 +42310,14 @@ valeur de retour est @var{name}. La commande similaire @kbd{M-x replace-regexp} remplace toute correspondance d'un motif spécifié. + + + The single apostrophe, @code{'}, that I put in front of some of the example lists in preceding sections is called a @dfn{quote}; when it precedes a list, it tells Lisp to do nothing with the list, other than take it as it is written. + + + L'apostrophe simple, + + The single argument name following @code{&rest} will receive, as its value, a list of all the remaining arguments passed to the function.