# HG changeset patch # User Luc Teirlinck # Date 1141096048 0 # Node ID 2a2696d40bd53a663debe22ff7384ca4924a0618 # Parent 0b687e350e7e147fa7955568764d2a836ab2f5b7 (Top): Include "Load Suffixes" in the detailed menu. diff -r 0b687e350e7e -r 2a2696d40bd5 lispref/elisp.texi --- 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.