aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Aspinall2008-08-06 09:43:47 +0000
committerDavid Aspinall2008-08-06 09:43:47 +0000
commit673e9d139699fb832bbfd910e346ec18c243b7c8 (patch)
tree0350bd6001409cb32829f2c97f74b5cb10f587e4 /lib
parent44e162ded2c914defb2579066c0b082b35547ae2 (diff)
Documentation
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index ae62ef39..f3e9a6ac 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -496,7 +496,7 @@ Calculated from `unicode-tokens-token-name-alist' and
(make-local-variable 'unicode-tokens-show-symbols)
(setq unicode-tokens-show-symbols nil)
(unicode-tokens-mode)
- (insert "Click or RET on a character to copy into kill ring.\n\n")
+ (insert "Mouse-2 or RET on a character to copy into kill ring.\n\n")
(let ((count 0) toks)
;; display in originally given order
(dolist (tok unicode-tokens-token-list)
@@ -592,7 +592,9 @@ of symbol compositions, and will lose layout information."
With optional argument ARG, turn Tokens mode on if ARG is
positive, otherwise turn it off. In Tokens mode, inserting a
sequence of ASCII characters may replace it by a Unicode character
-representation."
+representation. Commands available:
+
+\\{unicode-tokens-mode-map}"
:keymap unicode-tokens-mode-map
:init-value nil
:lighter " Utoks"