]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-find-subdir): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 09:32:58 +0000 (09:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 09:32:58 +0000 (09:32 +0000)
lisp/dired-x.el

index 685d423102495847202464900fb9f2eeb42695b5..b265d32886c58aac655615806aca6ac2e620c81a 100644 (file)
@@ -164,8 +164,9 @@ This only has effect when `dired-omit-files-p' is t.  See interactive function
 files.")
 
 (defvar dired-find-subdir nil           ; t is pretty near to DWIM...
-  "*If non-nil, Dired does not make a new buffer for a directory if it
-can be found (perhaps as subdir) in some existing Dired buffer.
+  "*If non-nil, Dired always finds a directory in a buffer of its own.
+If nil, Dired finds the directory as a subdirectory in some other buffer
+if it is present as one.
 
 If there are several Dired buffers for a directory, the most recently
 used is chosen.