diff options
| author | Luc Teirlinck | 2006-02-28 03:07:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-28 03:07:28 +0000 |
| commit | ca4f55bfa6ab1046b418c0b672ae882eeb378ce3 (patch) | |
| tree | 3bd41125b3862f5ae60bd48e65ff42e6d1e125a7 | |
| parent | 6d488c9c79904d5a09b900fd7aa766bbe0a90dd8 (diff) | |
| download | emacs-ca4f55bfa6ab1046b418c0b672ae882eeb378ce3.tar.gz emacs-ca4f55bfa6ab1046b418c0b672ae882eeb378ce3.zip | |
(Top): Include "Load Suffixes" in the detailed menu.
| -rw-r--r-- | lispref/elisp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
| 78 | 78 | ||
| 79 | @ifnottex | 79 | @ifnottex |
| 80 | @node Top, Introduction, (dir), (dir) | 80 | @node Top, Introduction, (dir), (dir) |
| 81 | @top Emacs Lisp | 81 | @top Emacs Lisp |
| 82 | 82 | ||
| 83 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp | 83 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp |
| 84 | Reference Manual, corresponding to GNU Emacs version @value{EMACSVER}. | 84 | Reference Manual, corresponding to GNU Emacs version @value{EMACSVER}. |
| @@ -438,6 +438,7 @@ Writing Customization Definitions | |||
| 438 | Loading | 438 | Loading |
| 439 | 439 | ||
| 440 | * How Programs Do Loading:: The @code{load} function and others. | 440 | * How Programs Do Loading:: The @code{load} function and others. |
| 441 | * Load Suffixes:: Details about the suffixes that @code{load} tries. | ||
| 441 | * Library Search:: Finding a library to load. | 442 | * Library Search:: Finding a library to load. |
| 442 | * Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. | 443 | * Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. |
| 443 | * Autoload:: Setting up a function to autoload. | 444 | * Autoload:: Setting up a function to autoload. |