diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-18 22:38:10 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-18 22:38:10 +0000 |
| commit | 10fabbbb40f81adbe52d0f3947f5e33717208162 (patch) | |
| tree | 8483332a9a1504bb43e1555064fc53348c64132f | |
| parent | 245048062f6e18c7dd3fd76b37b000bd4784d9b3 (diff) | |
Fix incorrect echo text due to copy-pasting
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
