diff options
| author | Chong Yidong | 2012-02-10 15:57:21 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-10 15:57:21 +0800 |
| commit | 6c1e4b46424d7554fcaa42ab78b9f313e7bd32ea (patch) | |
| tree | b2a47d8c1fac9a3d956f8787a496cba87b44f938 /doc/lispref/ChangeLog | |
| parent | 104dc9c6226ba6ac48814e2212ecd933d2e58e3d (diff) | |
| download | emacs-6c1e4b46424d7554fcaa42ab78b9f313e7bd32ea.tar.gz emacs-6c1e4b46424d7554fcaa42ab78b9f313e7bd32ea.zip | |
Update Loading chapter of Emacs manual.
* doc/emacs/loading.texi (Loading): Don't emphasize "library" terminology.
(Library Search): load-path is not a user option. Mention role of
-L option and packages. Improve examples.
(Loading Non-ASCII): Don't mention unibyte Emacs, which is
obsolete.
(Autoload): Minor clarifications.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a823f4272fc..9e6ecdec16a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-02-10 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * loading.texi (Loading): Don't emphasize "library" terminology. | ||
| 4 | (Library Search): load-path is not a user option. Mention role of | ||
| 5 | -L option and packages. Improve examples. | ||
| 6 | (Loading Non-ASCII): Don't mention unibyte Emacs, which is | ||
| 7 | obsolete. | ||
| 8 | (Autoload): Minor clarifications. | ||
| 9 | |||
| 1 | 2012-02-10 Glenn Morris <rgm@gnu.org> | 10 | 2012-02-10 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * modes.texi (Basic Major Modes): Mention tabulated-list-mode. | 12 | * modes.texi (Basic Major Modes): Mention tabulated-list-mode. |