mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
* lisp/dired-aux.el (dired-create-directory): Doc fix.
This commit is contained in:
parent
325dfdae13
commit
8eb3c01dbd
@ -1965,6 +1965,7 @@ Optional arg HOW-TO determines how to treat the target.
|
||||
;;;###autoload
|
||||
(defun dired-create-directory (directory)
|
||||
"Create a directory called DIRECTORY.
|
||||
Parent directories of DIRECTORY are created as needed.
|
||||
If DIRECTORY already exists, signal an error."
|
||||
(interactive
|
||||
(list (read-file-name "Create directory: " (dired-current-directory))))
|
||||
|
Loading…
Reference in New Issue
Block a user