Variable: shell-mode-hook
shell-mode-hook is a customizable variable defined in shell.el.gz.
Value
(emacs-lock-shell-sentinel
emacs-lock-was-buffer-locked)
Documentation
Hook for customizing Shell mode.
Probably introduced at or before Emacs version 16.
Source Code
;; Defined in /usr/src/emacs/lisp/shell.el.gz
(defcustom shell-mode-hook '()
"Hook for customizing Shell mode."
:type 'hook
:group 'shell)