Go to the first, previous, next, last section, table of contents.

Autoloading

It is useful to define autoload entries in `.emacs', `site-init.el' or `default.el' as follows:

(autoload 'gnus "gnus" "Read network news." t)
(autoload 'gnus-post-news "gnuspost" "Post a new news." t)

Go to the first, previous, next, last section, table of contents.