summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2011-07-18 17:15:24 +0000
committerAlan Mackenzie <acm@muc.de>2011-07-18 17:15:24 +0000
commitbf2c1571f4085d3b52f37370f0bcdf7a23c53a50 (patch)
tree8b7969950d109f84ef0e230266730ce5f33e4e2b /lisp/progmodes/cc-langs.el
parent8f8eda06a29b37f0a963c6347012eae802cc1849 (diff)
downloademacs-bf2c1571f4085d3b52f37370f0bcdf7a23c53a50.tar.gz
CC Mode: Fontify declarators properly when, e.g., a jit-lock chunk begins
inside a declaration. Changed cc-engine.el, cc-langs.el, cc-fonts.el.
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index a6459e1724f..9ce23a080d6 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -523,7 +523,7 @@ operator at the top level."
(c-lang-defconst c-symbol-chars
"Set of characters that can be part of a symbol.
-This is on the form that fits inside [ ] in a regexp."
+This is of the form that fits inside [ ] in a regexp."
;; Pike note: With the backquote identifiers this would include most
;; operator chars too, but they are handled with other means instead.
t (concat c-alnum "_$")