diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 90379569abf..fd81df1b087 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -3,6 +3,18 @@ | |||
| 3 | * custom.texi (Minor Modes): Define mode commands and mode variables | 3 | * custom.texi (Minor Modes): Define mode commands and mode variables |
| 4 | more precisely. Recommend using mode commands instead of setting | 4 | more precisely. Recommend using mode commands instead of setting |
| 5 | variables directly. Put minor modes in a list, and add more modes. | 5 | variables directly. Put minor modes in a list, and add more modes. |
| 6 | (Easy Customization): Use "init file" instead of .emacs. | ||
| 7 | (Customization Groups): Update to new Custom buffer appearance. | ||
| 8 | (Saving Customizations): Copyedits. Update example. | ||
| 9 | (Variables): Give example of variable type-sensitivity. | ||
| 10 | (Examining): Update example. | ||
| 11 | (Hooks): Copyedits. | ||
| 12 | (Specifying File Variables): Use C comments instead of an artificial | ||
| 13 | Lisp for the example. | ||
| 14 | (Keymaps): Move internals discussion to Prefix Keymaps. | ||
| 15 | (Rebinding): Remove redundant paragraph (stated in Key Binding). | ||
| 16 | (Init Rebinding): Document kbd macro. | ||
| 17 | (Init File): Link to Find Init. | ||
| 6 | 18 | ||
| 7 | * mark.texi (Using Region): Document Delete Selection Mode more | 19 | * mark.texi (Using Region): Document Delete Selection Mode more |
| 8 | thoroughly. | 20 | thoroughly. |