Translated by Lilian

This commit is contained in:
Lilian 2022-05-04 12:24:19 +02:00
parent 6f3f2702cf
commit 0441e84f56

View File

@ -13413,6 +13413,14 @@ key binding = raccourci clavier...
<seg>@xref{Troncation de ligne}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@xref{Lisp Interaction}.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220504T101548Z" creationid="Lilian" creationdate="20220504T101548Z">
<seg>@xref{Interaction Lisp}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@xref{Lisp Libraries, , Libraries of Lisp Code for Emacs, emacs, The GNU Emacs Manual}, for information on the distinction between @code{load-library} and this command.</seg>
@ -75236,6 +75244,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.</seg>
<seg>Vous pouvez définir toute variable Lisp avec le @code{setq}, mais avec certaines variables, ce code ne va probablement pas faire ce que vous souhaitez réaliser dans le fichier d'initialisation.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>You can set the variable @code{inhibit-startup-screen} using the Customize facility (@pxref{Easy Customization}), or by editing your initialization file (@pxref{Init File}).@footnote{Setting @code{inhibit-startup-screen} in @file{site-start.el} doesn't work, because the startup screen is set up before reading @file{site-start.el}.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220504T102418Z" creationid="Lilian" creationdate="20220504T102418Z">
<seg>Vous pouvez définir la variable @code{inhibit-startup-screen} en utilisant l'équipement Personnaliser (@pxref{Personnalisation facile}), ou en modifiant votre fichier d'initialisation (</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>You can set this in the ``Regional Settings'' Control Panel on some versions of MS-Windows, and in the ``Language and Region'' System Preference on macOS.</seg>