Autoloading
===========
If you are not running GNU Emacs 21 or later then you are recommended to
add these autoloads to your `.emacs' file:
(autoload 'woman "woman"
"Decode and browse a Unix man page." t)
(autoload 'woman-find-file "woman"
"Find, decode and browse a specific Unix man-page file." t)
(autoload 'woman-dired-find-file "woman"
"In dired, run the WoMan man-page browser on this file." t)
(In GNU Emacs 21 and later these autoloads are predefined.)