]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-directory): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Jul 2007 02:52:32 +0000 (02:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Jul 2007 02:52:32 +0000 (02:52 +0000)
lisp/files.el

index 80f5d0dac088d7380941dab43ba10bbfd1377807..f6fd82d0462374a1607a116f0ce6d4db7fe6ea75 100644 (file)
@@ -4036,6 +4036,8 @@ 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.
+
 Interactively, the default choice of directory to create
 is the current default directory for file names.
 That is useful when you have visited a file in a nonexistent directory.