diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/goto-addr.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 7dd778dc8d5..9436f45aa32 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -5,7 +5,7 @@ ;; Author: Eric Ding <ericding@alum.mit.edu> ;; Maintainer: emacs-devel@gnu.org ;; Created: 15 Aug 1995 -;; Keywords: mh-e, www, mouse, mail +;; Keywords: www, mouse, mail ;; This file is part of GNU Emacs. @@ -32,10 +32,10 @@ ;; INSTALLATION ;; -;; To use goto-address in a particular mode (for example, while -;; reading mail in mh-e), add this to your init file: +;; To use goto-address in a particular mode (this example uses +;; the fictional rich-text-mode), add this to your init file: ;; -;; (add-hook 'mh-show-mode-hook 'goto-address) +;; (add-hook 'rich-text-mode-hook 'goto-address) ;; ;; The mouse click method is bound to [mouse-2] on highlighted URLs or ;; e-mail addresses only; it functions normally everywhere else. To bind |