From: Luc Teirlinck Date: Tue, 28 Feb 2006 03:07:28 +0000 (+0000) Subject: (Top): Include "Load Suffixes" in the detailed menu. X-Git-Tag: emacs-pretest-22.0.90~3855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca4f55bfa6ab1046b418c0b672ae882eeb378ce3;p=emacs.git (Top): Include "Load Suffixes" in the detailed menu. --- diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 4dd1c854a83..54056dd8a9a 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -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.