changeset 71427:2b086f630764

Fix a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Jun 2006 10:38:24 +0000
parents 2414d21c77fa
children 4dc3f74ad23f
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))))