# HG changeset patch # User Luc Teirlinck # Date 1088001551 0 # Node ID 92bfc3abe98f4d53049947124a3fa10f6c1fcc3a # Parent a0ed585cd8b47a6ea5dc5cdd971f23c5c8ae7e7b (goto-address-fontify): Fix help-echo text. diff -r a0ed585cd8b4 -r 92bfc3abe98f lisp/net/goto-addr.el --- 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))))))))