Translated by Lilian

This commit is contained in:
Lilian 2022-03-09 10:06:41 +01:00
parent f374f7d7e9
commit 8e4f83af2d

View File

@ -20686,6 +20686,14 @@ argument peut être un nombre ou un marqueur.</seg>
<seg>Intro à Emacs Lisp : (eintr)</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>Emacs Lisp allows any variable (with a few exceptions) to have any kind of value.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220309T090601Z" creationid="Lilian" creationdate="20220309T090601Z">
<seg>Emacs Lisp permet à toute variable (avec seulement quelques exceptions) d'avoir tout type de valeur.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>Emacs Lisp can have just one integer object for any given value because it has a limited range of integer values.</seg>
@ -25633,6 +25641,14 @@ omis ou simplifié afin de réduire les conditions de mémoire de GNU
Emacs.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>However, many variables are meaningful only if assigned values of a certain type.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220309T090640Z" creationid="Lilian" creationdate="20220309T090640Z">
<seg>Cependant, beaucoup de variables ne prennent effet que si elles sont assignées à des valeurs d'un certain type.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>However, that phrase is quite a mouthful.</seg>