+2013-06-19 Glenn Morris <rgm@gnu.org>
+
+ * semantic/decorate/mode.el (define-semantic-decoration-style):
+ Doc fix.
+ (define-semantic-decoration-style): 'function is not an accepted
+ value for autoload's "type" argument. Might as well use the default.
+
2013-06-18 Glenn Morris <rgm@gnu.org>
* semantic/ctxt.el (semantic-ctxt-end-of-symbol-default):
"Define a new decoration style with NAME.
DOC is a documentation string describing the decoration style NAME.
It is appended to auto-generated doc strings.
-An Optional list of FLAGS can also be specified. Flags are:
+An optional list of FLAGS can also be specified. Flags are:
:enabled <value> - specify the default enabled value for NAME.
:load <value> - specify a feature (as a string) with the rest of
the definition for decoration mode NAME.
(when (stringp ,loadfile)
(unless (fboundp ',predicatedef)
(autoload ',predicatedef ',loadfile "Return non-nil to decorate TAG."
- nil 'function))
+ ))
(unless (fboundp ',highlighterdef)
- (autoload ',highlighterdef ',loadfile "Decorate TAG."
- nil 'function))
+ (autoload ',highlighterdef ',loadfile "Decorate TAG."))
))
))
\f