Skip to content

Commit 4845951

Browse files
author
Bozhidar Batsov
committed
Fix a typo
1 parent a70cebb commit 4845951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Called by `imenu--generic-function'."
478478
"\\>")
479479
0 font-lock-constant-face)
480480
;; Character literals - \1, \a, \newline, \u0000
481-
;; FIXME: handle properly punctuations characters (commas after a character are problematic)
481+
;; FIXME: handle properly punctuation characters (commas after a character are problematic)
482482
("\\\\[a-z0-9]+\\>" 0 'clojure-character-face)
483483
;; Constant values (keywords), including as metadata e.g. ^:static
484484
("\\<^?\\(:\\(\\sw\\|\\s_\\)+\\(\\>\\|\\_>\\)\\)" 1 'clojure-keyword-face)

0 commit comments

Comments
 (0)