aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a327060dbd0..14ec38e0bf6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -4152,7 +4152,7 @@ or multiple mail buffers, etc."
4152 4152
4153(defun make-directory (dir &optional parents) 4153(defun make-directory (dir &optional parents)
4154 "Create the directory DIR and any nonexistent parent dirs. 4154 "Create the directory DIR and any nonexistent parent dirs.
4155If DIR already exists as a directory, do nothing. 4155If DIR already exists as a directory, signal an error, unless PARENTS is set.
4156 4156
4157Interactively, the default choice of directory to create 4157Interactively, the default choice of directory to create
4158is the current default directory for file names. 4158is the current default directory for file names.