Variable: woman-bold-headings

woman-bold-headings is a customizable variable defined in woman.el.gz.

Value

t

Documentation

If non-nil then embolden section and subsection headings. Default is t.

Heading emboldening is NOT standard man behavior.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-bold-headings t
  "If non-nil then embolden section and subsection headings.  Default is t.
Heading emboldening is NOT standard `man' behavior."
  :type 'boolean
  :group 'woman-formatting)