Translated by Lilian

This commit is contained in:
Lilian 2022-05-13 13:54:34 +02:00
parent f8bea7b3db
commit c9ea128ed2
1 changed files with 8 additions and 0 deletions

View File

@ -76347,6 +76347,14 @@ l'argument.</seg>
<seg>Quand un fichier est géré par le biais d'un système de contrôle de version (@pxref{Versionnage}), Emacs n'effectue en temps normal pas de sauvegarde de la manière habituelle pour ce fichier.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>When a file name matches one of these regular expressions, @code{find-file} and @code{revert-buffer} will revert it automatically if it has changed---provided the buffer itself is not modified.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220513T115433Z" creationid="Lilian" creationdate="20220513T115433Z">
<seg>Lorsqu'un nom de fichier correspond à l'une de ces expressions régulières, @code{find-file} et @code{revert-buffer} vont le rétablir automatiquement où cas il ait changé, pourvu que le tampon lui-même n'ait pas été modifié.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>When a form is a macro call, it expands into a new form for Lisp to evaluate.</seg>