aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-12-18 22:38:10 +0000
committerWilfred Hughes <me@wilfred.me.uk>2017-12-18 22:38:10 +0000
commit10fabbbb40f81adbe52d0f3947f5e33717208162 (patch)
tree8483332a9a1504bb43e1555064fc53348c64132f
parent245048062f6e18c7dd3fd76b37b000bd4784d9b3 (diff)
Fix incorrect echo text due to copy-pasting
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index e4dc582..a70e9db 100644
--- a/helpful.el
+++ b/helpful.el
@@ -370,7 +370,7 @@ or disable if already enabled."
'action #'helpful--manual
'symbol nil
'follow-link t
- 'help-echo "Describe this symbol")
+ 'help-echo "View this symbol in the Emacs manual")
(defun helpful--manual (button)
"Open the manual for the system that this BUTTON represents."