Variable: sgml-mode-hook

sgml-mode-hook is a customizable variable defined in sgml-mode.el.gz.

Value

nil

Documentation

Hook run by command sgml-mode.

text-mode-hook is run first.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defcustom sgml-mode-hook nil
  "Hook run by command `sgml-mode'.
`text-mode-hook' is run first."
  :type 'hook)