emacs-31 0b8d2acdd24: ; * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix (bug#81528).

Eli Zaretskii <[email protected]> Sat, 1 Aug 2026 02:49:32 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: emacs-31
commit 0b8d2acdd245bda1b9d0a504d09faf01efca215c
Author: Eli Zaretskii <[email protected]>
Commit: Eli Zaretskii <[email protected]>

    ; * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix (bug#81528).
---
 lisp/dired-aux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 50287a67129..47cc721319b 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -2276,7 +2276,7 @@ that suppresses the confirmation, and backup files are always created."
 (declare-function make-symbolic-link "fileio.c")
 
 (defcustom dired-create-destination-dirs nil
-  "Whether Dired should create destination dirs when copying/removing files.
+  "Whether Dired should create destination dirs when copying/moving files.
 If nil, don't create non-existent destination directories.
 If `ask', ask the user whether to create them.
 If `always', create them without asking.