Translated by Ismaël

This commit is contained in:
Ismaël 2022-03-02 12:35:46 +01:00
parent 19f6ea968f
commit 3594a95e36
1 changed files with 16 additions and 0 deletions

View File

@ -25231,6 +25231,14 @@ un résultat positif même si @var{integer1} est négatif.</seg>
l'usage du compteur est initialisée à zéro.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>If @var{dir} begins with @samp{:}, Emacs removes the @samp{:} and appends (rather than prepends) the remainder to @code{load-path}.</seg>
</tuv>
<tuv lang="fr" changeid="Ismaël" changedate="20220302T113546Z" creationid="Ismaël" creationdate="20220302T113546Z">
<seg>Si @var{dir} commence par @samp{:}, Emacs supprime le @samp{:} et ajoute (plutôt que de le faire précéder) le reste à @code{load-path}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>If @var{divisor} is @code{nil} or omitted, these functions convert @var{number} to an integer, or return it unchanged if it already is an integer.</seg>
@ -26472,6 +26480,14 @@ similitudes.</seg>
<seg>Si vous spécifiez un tampon non existant, @code{append-to-buffer} crée ce tampon.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>If you specify multiple @samp{-L} options, Emacs preserves the relative order; i.e., using @samp{-L /foo -L /bar} results in a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}.</seg>
</tuv>
<tuv lang="fr" changeid="Ismaël" changedate="20220302T112737Z" creationid="Ismaël" creationdate="20220302T112737Z">
<seg>Si vous indiquez plusieurs options @samp{-L}, Emacs conserve l'ordre relatif ; c'est-à-dire que l'utilisation de @samp{-L /foo -L /bar} donne un @code{load-path} de la forme @code{("/foo" "/bar" @dots{})}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>If you supply more than one file argument, the displayed file is the last one specified on the command line; the other files are visited but their buffers are not shown.</seg>