Variable: woman-pre-format-hook
woman-pre-format-hook is a customizable variable defined in
woman.el.gz.
Value
nil
Documentation
Hook run by WoMan immediately before formatting a buffer.
Change only via Customization or the function add-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-pre-format-hook nil
"Hook run by WoMan immediately before formatting a buffer.
Change only via `Customization' or the function `add-hook'."
:type 'hook
:group 'woman)