[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/elisp.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/elisp.texi |
Date: |
Mon, 27 Dec 2004 12:19:28 -0500 |
Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.46 emacs/lispref/elisp.texi:1.47
*** emacs/lispref/elisp.texi:1.46 Thu Oct 23 00:28:17 2003
--- emacs/lispref/elisp.texi Mon Dec 27 16:55:55 2004
***************
*** 420,428 ****
Loading
* How Programs Do Loading:: The @code{load} function and others.
* Autoload:: Setting up a function to autoload.
- * Named Features:: Loading a library if it isn't already loaded.
* Repeated Loading:: Precautions about loading a file twice.
Byte Compilation
--- 420,434 ----
Loading
* How Programs Do Loading:: The @code{load} function and others.
+ * Library Search:: Finding a library to load.
+ * Loading Non-ASCII:: address@hidden characters in Emacs Lisp files.
* Autoload:: Setting up a function to autoload.
* Repeated Loading:: Precautions about loading a file twice.
+ * Named Features:: Loading a library if it isn't already loaded.
+ * Where Defined:: Finding which file defined a certain symbol.
+ * Unloading:: to ``unload'' a library that was loaded.
+ * Hooks for Loading:: Providing code to be run when
+ particular libraries are loaded.
Byte Compilation
- [Emacs-diffs] Changes to emacs/lispref/elisp.texi,
Richard M . Stallman <=