diff options
| author | Glenn Morris | 2012-03-02 21:45:21 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-03-02 21:45:21 -0500 |
| commit | 520f242512e505cf14017259ee1dc15c53e3933e (patch) | |
| tree | f6277b22fc1f9ce2d899c6d695d3401864d83eb4 /doc/lispref/ChangeLog | |
| parent | b3134b95a55a3ce656d19ca74d3ddcc6a1e9f958 (diff) | |
| download | emacs-520f242512e505cf14017259ee1dc15c53e3933e.tar.gz emacs-520f242512e505cf14017259ee1dc15c53e3933e.zip | |
Some lispref/internals.texi updates
* doc/lispref/internals.texi: Change @appendix section commands to @section
(both forms are equivalent; just being consistent with the rest of lispref).
(Building Emacs): Say less about CANNOT_DUMP platforms.
Replace deleted eval-at-startup with custom-initialize-delay.
* etc/NEWS: Mention eval-at-startup.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bfd49e82d83..1cf91340b9e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-03-03 Glenn Morris <rgm@gnu.org> | 1 | 2012-03-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * internals.texi: Change @appendix section commands to @section. | ||
| 4 | (Building Emacs): Say less about CANNOT_DUMP platforms. | ||
| 5 | Replace deleted eval-at-startup with custom-initialize-delay. | ||
| 6 | |||
| 3 | * tips.texi: Copyedits. | 7 | * tips.texi: Copyedits. |
| 4 | (Coding Conventions): Mention autoloads. | 8 | (Coding Conventions): Mention autoloads. |
| 5 | Combine partially duplicated macro items. Fix xref. | 9 | Combine partially duplicated macro items. Fix xref. |