Translated by Lilian

This commit is contained in:
Lilian 2022-03-17 08:34:56 +01:00
parent 09602b4cdf
commit 35ce9215b3

View File

@ -6103,6 +6103,14 @@ table d'abréviations à cette liste.</seg>
<seg>@code{electric-future-map}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{eval} evaluates the specified Lisp expression (the value returned by that expression is ignored).</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220317T073456Z" creationid="Lilian" creationdate="20220317T073456Z">
<seg>@code{eval} évalue l'expression Lisp spécifiée (la valeur retournée par cette expression est ignorée).</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{ffloor} returns the nearest integer below; @code{fceiling}, the nearest integer above; @code{ftruncate}, the nearest integer in the direction towards zero; @code{fround}, the nearest integer.</seg>
@ -6186,6 +6194,14 @@ inférieur; @code{fceiling}, le nombre entier le plus proche supérieur;
<seg>@code{lsh}, qui est une abréviation de @dfn{logical shift}, décale les bits dans @var{integer1} de @var{count} places à gauche, ou vers la droite si @var{count} est négatif, introduisant des zéros dans les places vacantes des bits.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{mode} enables the specified major mode.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220317T073222Z" creationid="Lilian" creationdate="20220317T073222Z">
<seg>@code{mode} active le mode majeur spécifié.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{nil} has two meanings.</seg>