diff options
| author | David Aspinall | 2009-08-12 12:32:18 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-08-12 12:32:18 +0000 |
| commit | 92daa2330135394afcd6ec6836248b105fc16644 (patch) | |
| tree | f869f868dce6e0c24a84d76261fbd70bc25a09eb /lib | |
| parent | 9e51d6adae7df51fec57d3422bfdef991f6fc674 (diff) | |
unicode-tokens-list-tokens: change help doc
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unicode-tokens.el | 2 |
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) |
