From: Luc Teirlinck Date: Wed, 23 Jun 2004 14:39:11 +0000 (+0000) Subject: (goto-address-fontify): Fix help-echo text. X-Git-Tag: ttn-vms-21-2-B4~5669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=655f2a083e4ae7078c9c92d1e269043ab75c828b;p=emacs.git (goto-address-fontify): Fix help-echo text. --- diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index b77be84deb3..428da8cbe8a 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -168,7 +168,7 @@ and `goto-address-fontify-p'." (overlay-put this-overlay 'mouse-face goto-address-url-mouse-face) (overlay-put this-overlay - 'help-echo "mouse-2: follow URL") + 'help-echo "mouse-2, C-c RET: follow URL") (overlay-put this-overlay 'keymap goto-address-highlight-keymap) (overlay-put this-overlay 'goto-address t))) @@ -182,7 +182,7 @@ and `goto-address-fontify-p'." (overlay-put this-overlay 'mouse-face goto-address-mail-mouse-face) (overlay-put this-overlay - 'help-echo "mouse-2: mail this address") + 'help-echo "mouse-2, C-c RET: mail this address") (overlay-put this-overlay 'keymap goto-address-highlight-keymap) (overlay-put this-overlay 'goto-address t))))))))