changeset 13980:ad74bc8e877f

(make-directory): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:34:55 +0000
parents 278af59c9e29
children 6758b889a7c1
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."