Preloading Customization
========================
WoMan supports the GNU Emacs 20+ customization facility, and puts a
customization group called `WoMan' in the `Help' group under the
top-level `Emacs' group. In order to be able to customize WoMan
without first loading it, add the following to your `.emacs' file:
(defgroup woman nil
"Browse UNIX manual pages `wo (without) man'."
:tag "WoMan" :group 'help :load "woman")