diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2021-03-06 18:06:29 -0800 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2021-03-06 18:06:29 -0800 |
| commit | 88e53d3267e8168e056e96989e9cc8fb50d33c50 (patch) | |
| tree | e4129e93c404a5f113ccc1016dd99f635f1c0561 /helpful.el | |
| parent | 91aa5460c648493a87644b7e77e1cb90f1556c9f (diff) | |
Tweak UI wording
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
