aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el6
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))