From: Richard M. Stallman Date: Tue, 3 Jul 2007 02:52:32 +0000 (+0000) Subject: (make-directory): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~12056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=789cb0f9549dc03dec0bb6715ad6c900b233c61f;p=emacs.git (make-directory): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 80f5d0dac08..f6fd82d0462 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.