diff options
| author | David Aspinall | 2009-07-30 12:36:13 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-07-30 12:36:13 +0000 |
| commit | 823843723f7974b1b665c00f7ead3de94a96dea9 (patch) | |
| tree | 8da85252029dfb4aa6b0277a1aae32d17f510b16 | |
| parent | 624fd955e0a5807c2980674f635109e66efdc40f (diff) | |
Improve docstring
| -rw-r--r-- | lib/unicode-tokens.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index 7e0d13b2..8369de1c 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -570,7 +570,11 @@ of symbol compositions, and will lose layout information." "Font lock patterns for highlighting Unicode tokens.") (defun unicode-tokens-highlight-unicode () - "Hilight Unicode characters in the buffer." + "Hilight Unicode characters in the buffer. +Toggles highlighting of Unicode characters used in the +buffer beyond the legacy 8-bit character set codes. This is +useful to manually determine if a buffer contains Unicode or +tokenised symbols." (interactive) (setq unicode-tokens-highlight-unicode (not unicode-tokens-highlight-unicode)) |
