Variable: woman-use-topic-at-point
woman-use-topic-at-point is a customizable variable defined in
woman.el.gz.
Value
nil
Documentation
Control use of the word at point as the default topic.
If non-nil the woman command uses the word at point automatically,
without interactive confirmation, if it exists as a topic.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-use-topic-at-point woman-use-topic-at-point-default
"Control use of the word at point as the default topic.
If non-nil the `woman' command uses the word at point automatically,
without interactive confirmation, if it exists as a topic."
:type '(choice (const :tag "Yes" t)
(const :tag "No" nil))
:group 'woman-interface)