emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2871de2: * lisp/dired-aux.el (dired-create-destinat


From: Glenn Morris
Subject: [Emacs-diffs] master 2871de2: * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
Date: Tue, 27 Feb 2018 02:40:57 -0500 (EST)

branch: master
commit 2871de24a35c4ead76fdda6430217c95155a4e64
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
---
 lisp/dired-aux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6e3e336..b837fb4 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]