aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-26 23:40:13 -0800
committerGlenn Morris2018-02-26 23:40:43 -0800
commit2871de24a35c4ead76fdda6430217c95155a4e64 (patch)
tree53f72a790d9d8ee966e4c077b824f36030f42dbf
parentbc08ffbd2c44668c1653780522d11fb58edf0bd2 (diff)
downloademacs-2871de24a35c4ead76fdda6430217c95155a4e64.tar.gz
emacs-2871de24a35c4ead76fdda6430217c95155a4e64.zip
* lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
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."
1552(defcustom dired-create-destination-dirs nil 1552(defcustom dired-create-destination-dirs nil
1553 "Whether Dired should create destination dirs when copying/removing files. 1553 "Whether Dired should create destination dirs when copying/removing files.
1554If nil, don't create them. 1554If nil, don't create them.
1555If `always', create them without ask. 1555If `always', create them without asking.
1556If `ask', ask for user confirmation." 1556If `ask', ask for user confirmation."
1557 :type '(choice (const :tag "Never create non-existent dirs" nil) 1557 :type '(choice (const :tag "Never create non-existent dirs" nil)
1558 (const :tag "Always create non-existent dirs" always) 1558 (const :tag "Always create non-existent dirs" always)