diff options
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 1a603dba2f0..c83a04874a5 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1759,8 +1759,8 @@ Leave point at end of new text. Return length of inserted text." (condition-case () (insert-file-contents filename nil) (file-error - ;; Run find-file-not-found-hooks until one returns non-nil. - ;; (run-hook-with-args-until-success 'find-file-not-found-hooks) + ;; Run find-file-not-found-functions until one returns non-nil. + ;; (run-hook-with-args-until-success 'find-file-not-found-functions) (insert "\n***** File " filename " not found! *****\n\n"))))))) |