Translated by sunoc

This commit is contained in:
sunoc 2024-06-28 22:45:25 +09:00
parent 433137fdec
commit 80b8567efa

View File

@ -42310,6 +42310,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 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.</seg>
</tuv>
<tuv lang="fr" changeid="sunoc" changedate="20240628T134519Z" creationid="sunoc" creationdate="20240628T134519Z">
<seg>L'apostrophe simple, </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>