Mercurial > emacs
changeset 81690:1286cf762828
(make-directory): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Jul 2007 02:52:32 +0000 |
parents | 34951f8eb3b1 |
children | 232b52537e60 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Mon Jul 02 21:53:51 2007 +0000 +++ b/lisp/files.el Tue Jul 03 02:52:32 2007 +0000 @@ -4036,6 +4036,8 @@ (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.