aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2009-08-12 12:32:18 +0000
committerDavid Aspinall2009-08-12 12:32:18 +0000
commit92daa2330135394afcd6ec6836248b105fc16644 (patch)
treef869f868dce6e0c24a84d76261fbd70bc25a09eb
parent9e51d6adae7df51fec57d3422bfdef991f6fc674 (diff)
unicode-tokens-list-tokens: change help doc
-rw-r--r--lib/unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index e2c42196..865f6ae8 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -527,7 +527,7 @@ Available annotations chosen from `unicode-tokens-control-regions'."
(make-local-variable 'unicode-tokens-show-symbols)
(setq unicode-tokens-show-symbols nil)
(unicode-tokens-mode)
- (insert "Mouse-2 or RET on a character to copy into kill ring.\n\n")
+ (insert "Hover to see token. Mouse-2 or RET to copy into kill ring.\n\n")
(let ((count 0) toks)
;; display in originally given order
(dolist (tok unicode-tokens-token-list)