diff --git a/lisp/files.el b/lisp/files.el index 659b34640c4..f1b2468f39b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)))))