summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorStephen Gildea <stepheng+emacs@gildea.com>2020-01-29 09:21:19 -0800
committerStephen Gildea <stepheng+emacs@gildea.com>2020-02-01 09:06:34 -0800
commitd10be6bf281cda58f5f9a345d460efae909ab184 (patch)
tree69303c1160a66c59a95697fcc2290d0f1e36682e /doc/emacs
parent42c1e606578b47a0d61ad8db44f73f746f64fe7b (diff)
downloademacs-d10be6bf281cda58f5f9a345d460efae909ab184.tar.gz
Example goto-addr hook: MH-E already uses goto-address
* lisp/net/goto-addr.el, doc/emacs/misc.texi: Do not use MH-E as the example of how to add a hook to goto-address, because MH-E calls goto-address internally.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/misc.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 6b95b12a846..d097f4ee7d8 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2939,9 +2939,8 @@ done by calling @code{browse-url} as a subroutine
It can be useful to add @code{goto-address-mode} to mode hooks and
hooks for displaying an incoming message
-(e.g., @code{rmail-show-message-hook} for Rmail, and
-@code{mh-show-mode-hook} for MH-E). This is not needed for Gnus,
-which has a similar feature of its own.
+(e.g., @code{rmail-show-message-hook} for Rmail). This is not needed
+for Gnus or MH-E, which have similar features of their own.
@node FFAP
@subsection Finding Files and URLs at Point