Fix a comment.

This commit is contained in:
Eli Zaretskii 2006-06-23 10:38:24 +00:00
parent f83caf703c
commit e0d8fc91ce

View 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)))))