From: Karl Heuer Date: Thu, 4 Jan 1996 23:34:55 +0000 (+0000) Subject: (make-directory): Doc fix. X-Git-Tag: emacs-19.34~1880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0225ae5eef361239e4cc5c06e2852ea8b1127a22;p=emacs.git (make-directory): Doc fix. --- 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."