diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 22:17:20 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 22:17:20 -0200 |
commit | faddde5ff2c4f41c4844ee4ae88819dcfab5d8c8 (patch) | |
tree | ba9ce6c9c8b303f00b4cd29a8da2ebeb8fd45eeb | |
parent | 74fce2c36f803abe232eebe9f542696b8d0fac23 (diff) |
Define sx-button--tag-help-echo
-rw-r--r-- | sx-button.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sx-button.el b/sx-button.el index 69e8a7e..1d4eb4f 100644 --- a/sx-button.el +++ b/sx-button.el @@ -117,6 +117,12 @@ usually part of a code-block." "link") "Help echoed in the minibuffer when point is on a user.") +(defconst sx-button--tag-help-echo + (format sx-button--help-echo + "Tag search" + "tag") + "Help echoed in the minibuffer when point is on a tag.") + (defconst sx-button--question-title-help-echo (format sx-button--help-echo "hide content" |