Variable: woman-post-format-hook

woman-post-format-hook is a customizable variable defined in woman.el.gz.

Value

nil

Documentation

Hook run by WoMan immediately after 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-post-format-hook nil
  "Hook run by WoMan immediately after formatting a buffer.
Change only via `Customization' or the function `add-hook'."
  :type 'hook
  :group 'woman)