* lisp/dired-aux.el (dired-create-directory): Doc fix.
This commit is contained in:
parent
325dfdae13
commit
8eb3c01dbd
1 changed files with 1 additions and 0 deletions
|
@ -1965,6 +1965,7 @@ Optional arg HOW-TO determines how to treat the target.
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun dired-create-directory (directory)
|
(defun dired-create-directory (directory)
|
||||||
"Create a directory called DIRECTORY.
|
"Create a directory called DIRECTORY.
|
||||||
|
Parent directories of DIRECTORY are created as needed.
|
||||||
If DIRECTORY already exists, signal an error."
|
If DIRECTORY already exists, signal an error."
|
||||||
(interactive
|
(interactive
|
||||||
(list (read-file-name "Create directory: " (dired-current-directory))))
|
(list (read-file-name "Create directory: " (dired-current-directory))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue