diff options
| author | Luc Teirlinck | 2004-09-25 02:21:51 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-25 02:21:51 +0000 |
| commit | a3ee0299ed17ade533b0b668fd274fff48811c5d (patch) | |
| tree | 4faa209e393d0fea89f124b0db74dcd2c34d6bd7 /lispref/ChangeLog | |
| parent | 45c9a0f754636bccb041c1414136546101e839a0 (diff) | |
| download | emacs-a3ee0299ed17ade533b0b668fd274fff48811c5d.tar.gz emacs-a3ee0299ed17ade533b0b668fd274fff48811c5d.zip | |
Various minor changes in addition to:
(Major Mode Conventions): Final call to `run-mode-hooks' should
not be inside the `delay-mode-hooks' form.
(Mode Hooks): New node.
(Hooks): Delete obsolete example.
Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
node "Mode Hooks".
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2dd35cd1844..a7681ddfbf0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * modes.texi: Various minor changes in addition to: | ||
| 4 | (Major Mode Conventions): Final call to `run-mode-hooks' should | ||
| 5 | not be inside the `delay-mode-hooks' form. | ||
| 6 | (Mode Hooks): New node. | ||
| 7 | (Hooks): Delete obsolete example. | ||
| 8 | Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new | ||
| 9 | node "Mode Hooks". | ||
| 10 | |||
| 1 | 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> | 11 | 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 12 | ||
| 3 | * display.texi: Correct various typos. | 13 | * display.texi: Correct various typos. |