changeset 69202:2a2696d40bd5

(Top): Include "Load Suffixes" in the detailed menu.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 28 Feb 2006 03:07:28 +0000
parents 0b687e350e7e
children 8c8f2c4529c7
files lispref/elisp.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/elisp.texi	Tue Feb 28 03:04:50 2006 +0000
+++ b/lispref/elisp.texi	Tue Feb 28 03:07:28 2006 +0000
@@ -78,7 +78,7 @@
 
 @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 @@
 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.