# HG changeset patch # User Eli Zaretskii # Date 1151059104 0 # Node ID 2b086f630764d53a6698892a958d834a267c9dac # Parent 2414d21c77fa39debc3c46faa9f7893145ba7ebf Fix a comment. diff -r 2414d21c77fa -r 2b086f630764 lisp/files.el --- a/lisp/files.el Fri Jun 23 10:19:11 2006 +0000 +++ b/lisp/files.el Fri Jun 23 10:38:24 2006 +0000 @@ -1607,7 +1607,7 @@ (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)))))