aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2021-03-06 18:06:29 -0800
committerWilfred Hughes <me@wilfred.me.uk>2021-03-06 18:06:29 -0800
commit88e53d3267e8168e056e96989e9cc8fb50d33c50 (patch)
treee4129e93c404a5f113ccc1016dd99f635f1c0561 /helpful.el
parent91aa5460c648493a87644b7e77e1cb90f1556c9f (diff)
Tweak UI wording
Diffstat (limited to 'helpful.el')
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 1e964c4..723746c 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1819,7 +1819,7 @@ OBJ may be a symbol or a compiled function object."
(defun helpful--make-callees-button (sym source)
(helpful--button
- "Find callees"
+ (format "Functions used by %s" sym)
'helpful-callees-button
'symbol sym
'source source))