diff options
-rw-r--r-- | sx-question-print.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index e8efa2d..b8fc633 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -383,9 +383,9 @@ URL is used as 'help-echo and 'url properties." text ;; Mouse-over 'help-echo - (format (propertize "URL: %s, %s to visit" 'face 'minibuffer-prompt) - (propertize url 'face 'default) - (propertize "RET" 'face 'font-lock-function-name-face)) + (format sx-button--link-help-echo + (propertize (sx--shorten-url url) + 'face 'font-lock-function-name-face)) ;; For visiting and stuff. 'sx-button-url url 'sx-button-copy url |