diff options
| -rw-r--r-- | lib/unicode-tokens.el | 2 |
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)) |
