From e0d8fc91ce46354816740492a21af188f008ffcf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 23 Jun 2006 10:38:24 +0000 Subject: [PATCH] Fix a comment. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- 2.39.2