1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Top): Include "Load Suffixes" in the detailed menu.

This commit is contained in:
Luc Teirlinck 2006-02-28 03:07:28 +00:00
parent 6d488c9c79
commit ca4f55bfa6

View File

@ -78,7 +78,7 @@ Cover art by Etienne Suvasa.
@ifnottex
@node Top, Introduction, (dir), (dir)
@top Emacs Lisp
@top Emacs Lisp
This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
Reference Manual, corresponding to GNU Emacs version @value{EMACSVER}.
@ -438,6 +438,7 @@ Writing Customization Definitions
Loading
* How Programs Do Loading:: The @code{load} function and others.
* Load Suffixes:: Details about the suffixes that @code{load} tries.
* Library Search:: Finding a library to load.
* Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files.
* Autoload:: Setting up a function to autoload.