Mercurial > emacs
changeset 56210:92bfc3abe98f
(goto-address-fontify): Fix help-echo text.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 23 Jun 2004 14:39:11 +0000 |
parents | a0ed585cd8b4 |
children | cd4798e7945f |
files | lisp/net/goto-addr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/goto-addr.el Wed Jun 23 14:38:40 2004 +0000 +++ b/lisp/net/goto-addr.el Wed Jun 23 14:39:11 2004 +0000 @@ -168,7 +168,7 @@ (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 @@ (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))))))))