]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-directory): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:34:55 +0000 (23:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:34:55 +0000 (23:34 +0000)
lisp/files.el

index 17a3f4c7a610a21ef11421bb32ace03afd7266fd..d4bf199b1ae2fa6cc8a5063893ee97eeea70c05e 100644 (file)
@@ -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."