From 0225ae5eef361239e4cc5c06e2852ea8b1127a22 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:34:55 +0000 Subject: [PATCH] (make-directory): Doc fix. --- lisp/files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 17a3f4c7a61..d4bf199b1ae 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1322,7 +1322,7 @@ in order to initialize other data structure based on them.") (string-match "-hooks?$\\|-functions?$\\|-forms?$\\|-program$\\|-command$" (symbol-name var)) (not (get var 'safe-local-variable)))) - ;; Permit evaling a put of a harmless property + ;; Permit evalling a put of a harmless property. ;; if the args do nothing tricky. (if (or (and (eq var 'eval) (consp val) @@ -2040,7 +2040,7 @@ or multiple mail buffers, etc." "Create the directory DIR and any nonexistent parent dirs. 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 nonexistint directory. +That is useful when you have visited a file in a nonexistent directory. Noninteractively, the second (optional) argument PARENTS says whether to create parent directories if they don't exist." -- 2.39.2