From: Eli Zaretskii Date: Fri, 23 Jun 2006 10:38:24 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: emacs-pretest-22.0.90~1880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0d8fc91ce46354816740492a21af188f008ffcf;p=emacs.git Fix a comment. --- 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)))))