aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 7e2252fcf1b..03639f6b507 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1965,6 +1965,7 @@ Optional arg HOW-TO determines how to treat the target.
1965;;;###autoload 1965;;;###autoload
1966(defun dired-create-directory (directory) 1966(defun dired-create-directory (directory)
1967 "Create a directory called DIRECTORY. 1967 "Create a directory called DIRECTORY.
1968Parent directories of DIRECTORY are created as needed.
1968If DIRECTORY already exists, signal an error." 1969If DIRECTORY already exists, signal an error."
1969 (interactive 1970 (interactive
1970 (list (read-file-name "Create directory: " (dired-current-directory)))) 1971 (list (read-file-name "Create directory: " (dired-current-directory))))