From ac769caf6a13702069e0d49319951cc6cac87729 Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 17 May 2022 14:53:02 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 2f3e42de..62bd40c7 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -79486,6 +79486,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}. 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. + + + 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. + + + Il est possible de + + 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.