Variable: woman-show-log

woman-show-log is a customizable variable defined in woman.el.gz.

Value

nil

Documentation

If non-nil then show the *WoMan-Log* buffer if appropriate.

I.e. if any warning messages are written to it. Default is nil.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-show-log nil
  "If non-nil then show the *WoMan-Log* buffer if appropriate.
I.e. if any warning messages are written to it.  Default is nil."
  :type 'boolean
  :group 'woman)