GNU Info

Info Node: (woman)Autoloading

(woman)Autoloading


Next: Search Path Prev: Installation Up: Installation
Enter node , (file) or (file)node

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.)


automatically generated by info2www version 1.2.2.9