Variable: woman-use-topic-at-point-default

woman-use-topic-at-point-default is a customizable variable defined in woman.el.gz.

Value

nil

Documentation

Default value for woman-use-topic-at-point.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-use-topic-at-point-default nil
  ;; `woman-use-topic-at-point' may be let-bound when woman is loaded,
  ;; in which case its global value does not get defined.
  ;; `woman-file-name' sets it to this value if it is unbound.
  "Default value for `woman-use-topic-at-point'."
  :type '(choice (const :tag "Yes" t)
		 (const :tag "No" nil))
  :group 'woman-interface)