Function: elisp-scope--analyze-facep

elisp-scope--analyze-facep is a byte-compiled function defined in elisp-scope.el.gz.

Signature

(elisp-scope--analyze-facep F &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elisp-scope.el.gz
(elisp-scope-define-function-spec
    (facep
     check-face face-id face-differs-from-default-p
     face-name face-all-attributes face-attribute
     face-foreground face-background face-stipple
     face-underline-p face-inverse-video-p face-bold-p
     face-italic-p face-extend-p face-documentation
     set-face-documentation set-face-attribute
     set-face-font set-face-background set-face-foreground
     set-face-stipple set-face-underline set-face-inverse-video
     set-face-bold set-face-italic set-face-extend)
  ((symbol . face)))