1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -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) :group 'dired-x)
(defcustom dired-find-subdir nil ; t is pretty near to DWIM... (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 always finds a directory in a buffer of its own.
If nil, Dired finds the directory as a subdirectory in some other buffer If non-nil, Dired finds the directory as a subdirectory in some
if it is present as one. other buffer if it is present as one.
If there are several Dired buffers for a directory, the most recently If the value is non-nil, and there are several Dired buffers for a
used is chosen. directory, the most recently used is chosen. Dired avoids switching
to the current buffer, so that if you have a normal and a wildcard
Dired avoids switching to the current buffer, so that if you have buffer for the same directory, \\[dired] will toggle between those two."
a normal and a wildcard buffer for the same directory, \\[dired] will
toggle between those two."
:type 'boolean :type 'boolean
:group 'dired-x) :group 'dired-x)