1
Fork 0
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:
Eli Zaretskii 2025-09-13 13:47:04 +03:00
parent 0832e5fec5
commit 4745456677

View file

@ -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)