Skip to content

Commit 6498fe3

Browse files
committed
Fix copy-pasta'd font face documentation.
1 parent 466465f commit 6498fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elixir-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
(((class color) (background dark))
221221
(:foreground "#ff4500"))
222222
(t nil))
223-
"For use with escape characters."
223+
"For use with standalone \"?\" to indicate code point."
224224
:group 'font-lock-faces)
225225

226226
(defvar elixir-attribute-face 'elixir-attribute-face)
@@ -230,7 +230,7 @@
230230
(((class color) (background dark))
231231
(:foreground "thistle"))
232232
(t nil))
233-
"For use with escape characters."
233+
"For use with module attribute tokens."
234234
:group 'font-lock-faces)
235235

236236
(defvar elixir-atom-face 'elixir-atom-face)
@@ -240,7 +240,7 @@
240240
(((class color) (background dark))
241241
(:foreground "light sky blue"))
242242
(t nil))
243-
"For use with escape characters."
243+
"For use with atoms & map keys."
244244
:group 'font-lock-faces)
245245

246246

0 commit comments

Comments
 (0)