From 673e9d139699fb832bbfd910e346ec18c243b7c8 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 6 Aug 2008 09:43:47 +0000 Subject: Documentation --- lib/unicode-tokens.el | 6 ++++-- 1 file 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" -- cgit v1.2.3