diff options
| author | Eli Zaretskii | 2011-08-16 11:40:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-16 11:40:31 +0300 |
| commit | 9adfcd0bf50066cc678ba65fb1b236d1c4ca0334 (patch) | |
| tree | d0b411727ab36b20a0fa697efeea40ca4bd92d92 /doc/lispref/ChangeLog | |
| parent | 108628738193907452fc32b9d8a4be44ff589d89 (diff) | |
| download | emacs-9adfcd0bf50066cc678ba65fb1b236d1c4ca0334.tar.gz emacs-9adfcd0bf50066cc678ba65fb1b236d1c4ca0334.zip | |
Improve documentation of `special' modes.
doc/lispref/modes.texi (Major Mode Conventions): Improve the documentation
of `mode-class' `special' modes.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 58ce89b7eef..56175a34eee 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * modes.texi (Major Mode Conventions): Improve the documentation | ||
| 4 | of `mode-class' `special' modes. | ||
| 5 | |||
| 3 | * nonascii.texi (Character Properties): Document the `mirroring' | 6 | * nonascii.texi (Character Properties): Document the `mirroring' |
| 4 | property. Add index entries. | 7 | property. Add index entries. |
| 5 | 8 | ||