Function: sgml-tag-end

sgml-tag-end is a byte-compiled function defined in sgml-mode.el.gz.

Signature

(sgml-tag-end CL-X)

Documentation

Access slot "end" of sgml-tag struct 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)