aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Aspinall2008-02-04 12:40:00 +0000
committerDavid Aspinall2008-02-04 12:40:00 +0000
commit55bfdca51b08da2745b0cd782fde55dfd8584538 (patch)
treed74ffb221334c082a5eb69bbdb285449bbf08a83 /lib
parent2a23ee3322e4274c110278a447a95133ea428b79 (diff)
Comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index af8a7cc5..c8f68475 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -314,7 +314,7 @@ Also sets `unicode-tokens-token-alist'."
(setq ustring (cdar ulist))
(setq token (format unicode-tokens-token-format tokname))
(cond
- ;; Some error checking (but not enough!)
+ ;; Some error checking (but not enough)
((eq (length tokname) 0)
(warn "Empty token name (mapped to \"%s\") in unicode tokens list"
ustring))