(make-directory): Docstring fix.
This commit is contained in:
parent
116d5bc76a
commit
ae0ece90c6
1 changed files with 1 additions and 1 deletions
|
@ -4152,7 +4152,7 @@ or multiple mail buffers, etc."
|
|||
|
||||
(defun make-directory (dir &optional parents)
|
||||
"Create the directory DIR and any nonexistent parent dirs.
|
||||
If DIR already exists as a directory, do nothing.
|
||||
If DIR already exists as a directory, signal an error, unless PARENTS is set.
|
||||
|
||||
Interactively, the default choice of directory to create
|
||||
is the current default directory for file names.
|
||||
|
|
Loading…
Add table
Reference in a new issue