Translated by Lilian

This commit is contained in:
Lilian 2022-03-16 22:45:53 +01:00
parent c54ec64af1
commit 246468a299

View File

@ -6880,6 +6880,14 @@ cl}.</seg>
<seg>@kbd{M-x bs-show} ouvre une liste de tampons similaire à celle normalement affichée avec @kbd{C-x C-b} mais que vous pouvez personnaliser.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@kbd{M-x copy-dir-locals-to-file-locals} copies directory-local variables to the list (@pxref{Directory Variables}).</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220316T214316Z" creationid="Lilian" creationdate="20220316T214316Z">
<seg>@kbd{M-x copy-dir-locals-to-file-locals} copie le répertoire des variables locales de la liste (@pxref{Directory Variables}).</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@kbd{M-x copy-to-buffer} is similar, except that any existing text in the other buffer is deleted, so the buffer is left containing just the text newly copied into it.</seg>
@ -12261,6 +12269,14 @@ toutes les machines connues arrondissent en mode standard.</seg>
<seg>Comme avec la plupart des programmes, l'argument spécial @samp{--} indique que tous les arguments suivants sont des noms de fichiers, et non des options, même si ceux-ci commencent avec @samp{-}. </seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>As with the @samp{-*-} line, the variables in a local variables list are used literally, and are not evaluated first.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220316T214552Z" creationid="Lilian" creationdate="20220316T214552Z">
<seg>Comme avec la ligne @samp{-*-}, les variables dans une liste de variables locales sont utilisées de façon littérale, et ne sont pas évaluées en premier lieu.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>As you begin to alter the text, the @samp{[State]} line will change:</seg>
@ -44251,6 +44267,14 @@ marqueurs.</seg>
<seg>La commande @kbd{M-x customize-apropos} est similaire à l'utilisation du champ de recherche, sauf qu'elle lit le/s terme/s de recherche en utilisant le mini-tampon.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The command @kbd{M-x delete-file-local-variable} deletes a variable from the list.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220316T214217Z" creationid="Lilian" creationdate="20220316T214217Z">
<seg>La commande @kbd{M-x delete-file-local-variable} supprime une variable de la liste.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The command @kbd{M-x kill-matching-buffers} prompts for a regular expression and kills all buffers whose names match that expression.</seg>