From 789cb0f9549dc03dec0bb6715ad6c900b233c61f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Jul 2007 02:52:32 +0000 Subject: [PATCH] (make-directory): Doc fix. --- lisp/files.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2