mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * lisp/dired-x.el (dired-find-subdir): Doc fix (bug#79440).
This commit is contained in:
parent
0832e5fec5
commit
4745456677
1 changed files with 7 additions and 9 deletions
|
|
@ -188,16 +188,14 @@ When nil, don't show messages."
|
|||
:group 'dired-x)
|
||||
|
||||
(defcustom dired-find-subdir nil ; t is pretty near to DWIM...
|
||||
"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 nil, Dired always finds a directory in a buffer of its own.
|
||||
If non-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.
|
||||
|
||||
Dired avoids switching to the current buffer, so that if you have
|
||||
a normal and a wildcard buffer for the same directory, \\[dired] will
|
||||
toggle between those two."
|
||||
If the value is non-nil, and there are several Dired buffers for a
|
||||
directory, the most recently used is chosen. Dired avoids switching
|
||||
to the current buffer, so that if you have a normal and a wildcard
|
||||
buffer for the same directory, \\[dired] will toggle between those two."
|
||||
:type 'boolean
|
||||
:group 'dired-x)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue