Variable: sgml-unclosed-tags
sgml-unclosed-tags is a variable defined in sgml-mode.el.gz.
Value
nil
Documentation
List of tags whose !ELEMENT definition says the end-tag is optional.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar sgml-unclosed-tags nil
"List of tags whose !ELEMENT definition says the end-tag is optional.")