summaryrefslogtreecommitdiff
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-07 15:41:29 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-07 15:41:29 -0500
commit6bcb48cf274fb1dd290b305e0ef01fbc1dbbaf66 (patch)
treee57f51c629df0d94b42197959ed305903020f693 /lisp/woman.el
parent317da2ace54e971c788d4718874df957d3d1c549 (diff)
downloademacs-6bcb48cf274fb1dd290b305e0ef01fbc1dbbaf66.tar.gz
Replace some obsolete aliases in documentation
* doc/misc/efaq-w32.texi (Incoming mail with Rmail): * doc/misc/speedbar.texi (Major Display Modes): * lisp/mh-e/mh-folder.el (mh-restore-desktop-buffer): Doc fixes re obsolete aliases. ; * lisp/autoinsert.el (auto-insert): ; * lisp/ffap.el (ffap-newfile-prompt): ; * lisp/woman.el (woman-insert-file-contents): Comment fixes.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index 73f18b0dd6a..533f14674ab 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")))))))