Variable: sh-mode-hook

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

Value

(sh-electric-here-document-mode(var)/sh-electric-here-document-mode(fun))

Documentation

Hook run by sh-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-mode-hook '(sh-electric-here-document-mode)
  "Hook run by `sh-mode'."
  :type 'hook
  :options '(sh-electric-here-document-mode)
  :group 'sh-script)