aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-03-14 17:14:09 +0000
committerStefan Monnier2008-03-14 17:14:09 +0000
commitae0ece90c666ebd0f850481a0620744ba86dcb1f (patch)
treebe4664b559a9c36f8a58d0d0e33790c2ebc22e3f
parent116d5bc76a7c554b102813409694399765e35355 (diff)
downloademacs-ae0ece90c666ebd0f850481a0620744ba86dcb1f.tar.gz
emacs-ae0ece90c666ebd0f850481a0620744ba86dcb1f.zip
(make-directory): Docstring fix.
-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.