(goto-address-fontify): Fix help-echo text.
This commit is contained in:
parent
255d07dc33
commit
655f2a083e
1 changed files with 2 additions and 2 deletions
|
@ -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))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue