mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix (bug#81528).
This commit is contained in:
parent
660e2f9f6f
commit
0b8d2acdd2
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue