diff options
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) |
