Function: sgml-tag-name
sgml-tag-name is a byte-compiled function defined in sgml-mode.el.gz.
Signature
(sgml-tag-name sgml-tag-name X)
Documentation
Access slot "name" of sgml-tag struct 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)