Function: sgml-tag-p

sgml-tag-p is a function defined in sgml-mode.el.gz.

Signature

(sgml-tag-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block sgml-tag-p
     (and (memq (type-of cl-x) cl-struct-sgml-tag-tags) t)))
  (t)]