From: Glenn Morris Date: Tue, 27 Feb 2018 07:40:13 +0000 (-0800) Subject: * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix. X-Git-Tag: emacs-27.0.90~5615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2871de24a35c4ead76fdda6430217c95155a4e64;p=emacs.git * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 6e3e3360099..b837fb4e5ea 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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)