diff options
| author | Chong Yidong | 2012-03-17 19:11:08 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-17 19:11:08 +0800 |
| commit | 986bd52a31d3ef5a9cc35ecfb8463d758d1e5e6c (patch) | |
| tree | 6ec0f817f4d5ef35f771c5b03bd5e11d5ce4a942 /doc/lispref/ChangeLog | |
| parent | f761251a434c75e6eec2e70ac6839cf07ec32414 (diff) | |
| download | emacs-986bd52a31d3ef5a9cc35ecfb8463d758d1e5e6c.tar.gz emacs-986bd52a31d3ef5a9cc35ecfb8463d758d1e5e6c.zip | |
Misc manual updates.
* doc/emacs/package.texi (Package Installation): Document use of
package-initialize in init file.
* doc/lispref/os.texi (Startup Summary): Mention package loading.
(Init File): Don't refer to .emacs in section title. Copyedits.
(Terminal-Specific): Give a realistic example.
(Command-Line Arguments): Reference Entering Emacs instead of
repeating the spiel about not restarting Emacs.
(Time of Day): Discuss time representation at beginning of node.
(Sound Output): Copyedits.
* doc/lispref/package.texi (Packaging Basics): Document package-initialize.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b1138e8363d..64b17ad420d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-03-17 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * os.texi (Startup Summary): Mention package loading. | ||
| 4 | (Init File): Don't refer to .emacs in section title. Copyedits. | ||
| 5 | (Terminal-Specific): Give a realistic example. | ||
| 6 | (Command-Line Arguments): Reference Entering Emacs instead of | ||
| 7 | repeating the spiel about not restarting Emacs. | ||
| 8 | (Time of Day): Discuss time representation at beginning of node. | ||
| 9 | (Sound Output): Copyedits. | ||
| 10 | |||
| 11 | * package.texi (Packaging Basics): Document package-initialize. | ||
| 12 | |||
| 1 | 2012-03-17 Eli Zaretskii <eliz@gnu.org> | 13 | 2012-03-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * frames.texi (Initial Parameters): Add an index entry for | 15 | * frames.texi (Initial Parameters): Add an index entry for |