Function: semantic-decoration-set-face
semantic-decoration-set-face is a byte-compiled function defined in
mode.el.gz.
Signature
(semantic-decoration-set-face DECO FACE)
Documentation
Set the face of the decoration DECO to FACE.
Return DECO.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(defsubst semantic-decoration-set-face (deco face)
"Set the face of the decoration DECO to FACE.
Return DECO."
(semantic-decoration-set-property deco 'face face))