# HG changeset patch # User Richard M. Stallman # Date 783163978 0 # Node ID 6349d2705e2a1cba563712ae8898ab7830cbb9e4 # Parent f5f7d07eece8550f31b81591f267fb5763a28690 (dired-find-subdir): Doc fix. diff -r f5f7d07eece8 -r 6349d2705e2a lisp/dired-x.el --- a/lisp/dired-x.el Wed Oct 26 09:32:04 1994 +0000 +++ b/lisp/dired-x.el Wed Oct 26 09:32:58 1994 +0000 @@ -164,8 +164,9 @@ 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.