1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

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

This commit is contained in:
Glenn Morris 2018-02-26 23:40:13 -08:00
parent bc08ffbd2c
commit 2871de24a3

View file

@ -1552,7 +1552,7 @@ Special value `always' suppresses confirmation."
(defcustom dired-create-destination-dirs nil
"Whether Dired should create destination dirs when copying/removing files.
If nil, don't create them.
If `always', create them without ask.
If `always', create them without asking.
If `ask', ask for user confirmation."
:type '(choice (const :tag "Never create non-existent dirs" nil)
(const :tag "Always create non-existent dirs" always)