summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@lysator.liu.se>2003-08-26 11:51:55 +0000
committerMartin Stjernholm <mast@lysator.liu.se>2003-08-26 11:51:55 +0000
commita02a0f3d299d7b5a9589a315c11e41722a954351 (patch)
tree7d5cc1c0a3cbe7b683f55791a479f51a9cf2eaa8 /lisp/progmodes/cc-vars.el
parent2c9c19547f065dcfb3058a41c8ac0bc9515467bf (diff)
downloademacs-a02a0f3d299d7b5a9589a315c11e41722a954351.tar.gz
(c-extra-types-widget): The doc string is mandatory in
`define-widget'.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index e60854f3f50..fa336ccad61 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1371,7 +1371,7 @@ state. Set this variable only if your configuration has stopped
working due to this change.")
(define-widget 'c-extra-types-widget 'radio
- ;; Widget for a list of regexps for the extra types.
+ "Internal CC Mode widget for the `*-font-lock-extra-types' variables."
:args '((const :tag "none" nil)
(repeat :tag "types" regexp)))
@@ -1402,7 +1402,7 @@ also elsewhere in CC Mode to tell types from other identifiers.")))
;; in older versions in Emacs, so depending on the load order we might
;; not install the values below. There's no kludge to cope with this
;; (as opposed to the *-font-lock-keywords-* variables) since the old
-;; values works fairly well anyway.
+;; values work fairly well anyway.
(defcustom c-font-lock-extra-types
'("FILE" "\\sw+_t"