Variable: Man-cooked-hook

Man-cooked-hook is a customizable variable defined in man.el.gz.

Value

nil

Documentation

Hook run after removing backspaces but before Man-mode processing.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-cooked-hook nil
  "Hook run after removing backspaces but before `Man-mode' processing."
  :type 'hook)