Function: sgml-tag-p
sgml-tag-p is a byte-compiled 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
;; Parsing
(cl-defstruct (sgml-tag
(:constructor sgml-make-tag (type start end name)))
type start end name)