From 47454566772479c706ea53b4ee9ad5caaafd9130 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Sep 2025 13:47:04 +0300 Subject: [PATCH] ; * lisp/dired-x.el (dired-find-subdir): Doc fix (bug#79440). --- lisp/dired-x.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 364e8af5299..fc65a25e897 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -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)