]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Aliases): Change description of find-file-existing-other-name
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 16:53:31 +0000 (16:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 16:53:31 +0000 (16:53 +0000)
to match its default value.

man/files.texi

index 6d44fc4ab223607dc93a73f8b96eb840254dac0d..5466417c3b60d9d26c314491ca15dc14f3ea0375 100644 (file)
@@ -972,10 +972,12 @@ links point to directories.
   If you visit two names for the same file, normally Emacs makes
 two different buffers, but it warns you about the situation.
 
-@vindex find-file-existing-other-name
-  If you wish to avoid visiting the same file in two buffers under
-different names, set the variable @code{find-file-existing-other-name}
-to a non-@code{nil} value.  Then @code{find-file} uses the existing
+@vindex find-file-existing-other-name 
+
+  If Emacs should use different buffers when visiting the same file
+under different names, set the variable
+@code{find-file-existing-other-name} to @code{nil}.  A non-@code{nil}
+value, which is the default, means @code{find-file} uses the existing
 buffer visiting the file, no matter which of the file's names you
 specify.