]> code.delx.au - gnu-emacs/commitdiff
Fix a comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:38:24 +0000 (10:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:38:24 +0000 (10:38 +0000)
lisp/files.el

index 659b34640c4f588327df128f615c8402dceca97f..f1b2468f39b2403bcc66eefea39a96e153672033 100644 (file)
@@ -1607,7 +1607,7 @@ Do you want to revisit the file normally now? ")
             (kill-buffer buf)
             (signal 'file-error (list "File is not readable"
                                       filename)))
-          ;; Run find-file-not-found-hooks until one returns non-nil.
+          ;; Run find-file-not-found-functions until one returns non-nil.
           (or (run-hook-with-args-until-success 'find-file-not-found-functions)
               ;; If they fail too, set error.
               (setq error t)))))