diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-07 16:53:31 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-07 16:53:31 +0000 |
commit | 4295d0b2b0ce33748c3aca023f775641484a5c0e (patch) | |
tree | 57f782149daf79402499e81e76aefa30711dbbf0 /man | |
parent | c4280705666a91a0d0dc6cbca3e2e202657b6c86 (diff) | |
download | emacs-4295d0b2b0ce33748c3aca023f775641484a5c0e.tar.gz |
(File Aliases): Change description of find-file-existing-other-name
to match its default value.
Diffstat (limited to 'man')
-rw-r--r-- | man/files.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/files.texi b/man/files.texi index 6d44fc4ab22..5466417c3b6 100644 --- a/man/files.texi +++ b/man/files.texi @@ -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. |