Translated by Lilian

This commit is contained in:
Lilian 2022-05-17 14:53:02 +02:00
parent e52bc25c9b
commit ac769caf6a

View File

@ -79486,6 +79486,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.</seg>
<seg>Il est possible de désactiver ce comportement en définissant la variable @code{find-file-run-dired} sur une valeur @code{nil}. Dans ce cas, tenter de consulter un répertoire n'est pas la bonne chose à faire.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>You can disable this feature entirely by setting the variable @code{find-file-existing-other-name} to @code{nil}: then if you visit the same file under two different names, you get a separate buffer for each file name.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220517T125202Z" creationid="Lilian" creationdate="20220517T125202Z">
<seg>Il est possible de </seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>You can disable use of file notifications by customizing the variable @code{auto-revert-use-notify} to a @code{nil} value, then Emacs will check for file changes by polling every five seconds.</seg>