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

This commit is contained in:
Eli Zaretskii 2026-08-01 09:49:01 +03:00
parent 660e2f9f6f
commit 0b8d2acdd2

View file

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