]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Feb 2018 07:40:13 +0000 (23:40 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Feb 2018 07:40:43 +0000 (23:40 -0800)
lisp/dired-aux.el

index 6e3e33600993e93509123d09d05d9cfe5d22a956..b837fb4e5eab8704abb17e34ff6f96fd98591d1c 100644 (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)