Mercurial > emacs
changeset 52340:600f01b30149
(c-extra-types-widget): The doc string is mandatory in
`define-widget'.
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 26 Aug 2003 11:51:55 +0000 |
parents | 721da86ff178 |
children | 6a060e586596 |
files | lisp/progmodes/cc-vars.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el Tue Aug 26 11:51:16 2003 +0000 +++ b/lisp/progmodes/cc-vars.el Tue Aug 26 11:51:55 2003 +0000 @@ -1371,7 +1371,7 @@ 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 @@ ;; 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"