Mercurial > emacs
changeset 9707:6349d2705e2a
(dired-find-subdir): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Oct 1994 09:32:58 +0000 |
parents | f5f7d07eece8 |
children | 33dcf295f62a |
files | lisp/dired-x.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.