# HG changeset patch # User Karl Heuer # Date 820798495 0 # Node ID ad74bc8e877f6e89259472bb2624b96f91df315b # Parent 278af59c9e29d89dbf74d3e827f5a0a11f8c4431 (make-directory): Doc fix. diff -r 278af59c9e29 -r ad74bc8e877f lisp/files.el --- a/lisp/files.el Thu Jan 04 23:34:36 1996 +0000 +++ b/lisp/files.el Thu Jan 04 23:34:55 1996 +0000 @@ -1322,7 +1322,7 @@ (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 @@ "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."