Function: sgml-tag-p

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

Signature

(sgml-tag-p X)

Source Code

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