aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-12-18 22:52:13 +0000
committerWilfred Hughes <me@wilfred.me.uk>2017-12-18 22:52:13 +0000
commit06bc63299f24d0108c1aec1dbaf2054b70bab8b6 (patch)
tree9974db59220798ec62446331f6024237e0524ba0
parent9f00889a742c55097b77e11ce27f86d27d44f9af (diff)
Tweak button wording
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index c95805a..09e0371 100644
--- a/helpful.el
+++ b/helpful.el
@@ -921,7 +921,7 @@ state of the current symbol."
" "))
(insert
(make-text-button
- "Set variable" nil
+ "Set" nil
:type 'helpful-set-button
'symbol helpful--sym
'buffer buf))