Variable: widget-documentation-face
widget-documentation-face is a variable defined in wid-edit.el.gz.
Value
widget-documentation
Documentation
Face used for documentation strings in widgets.
This exists as a variable so it can be set locally in certain buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defvar widget-documentation-face 'widget-documentation
"Face used for documentation strings in widgets.
This exists as a variable so it can be set locally in certain buffers.")