comparison lispref/elisp.texi @ 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 067115a6e738
children 11b616eddda4 8976b9f5eda1 5754737d1e04
comparison
equal deleted inserted replaced
69201:0b687e350e7e 69202:2a2696d40bd5
76 @contents 76 @contents
77 77
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}.
85 @end ifnottex 85 @end ifnottex
86 86
436 * Customization Types:: Specifying the type of a user option. 436 * Customization Types:: Specifying the type of a user option.
437 437
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.
444 * Repeated Loading:: Precautions about loading a file twice. 445 * Repeated Loading:: Precautions about loading a file twice.
445 * Named Features:: Loading a library if it isn't already loaded. 446 * Named Features:: Loading a library if it isn't already loaded.