]> git.eshelyaron.com Git - emacs.git/commitdiff
(goto-address-fontify): Fix help-echo text.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 23 Jun 2004 14:39:11 +0000 (14:39 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 23 Jun 2004 14:39:11 +0000 (14:39 +0000)
lisp/net/goto-addr.el

index b77be84deb30c2552ccb451eddb2b96bc0cc3618..428da8cbe8a05fa06fe3fc54c953d76e03a17b1d 100644 (file)
@@ -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))))))))