]> code.delx.au - gnu-emacs/commitdiff
(Top): Include "Load Suffixes" in the detailed menu.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 28 Feb 2006 03:07:28 +0000 (03:07 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 28 Feb 2006 03:07:28 +0000 (03:07 +0000)
lispref/elisp.texi

index 4dd1c854a8373be738123f328804e3a606e23c66..54056dd8a9ae70aee3bfa7cff5823b5a40070d37 100644 (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.