diff options
| author | Chong Yidong | 2008-11-17 23:08:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-17 23:08:58 +0000 |
| commit | cd9da8b8f32e85f0469240d61edcff58d24d44bf (patch) | |
| tree | 45887767aeee0239ea8a28fd1c2bf386a07a5eb3 | |
| parent | edabb440832c77bf29b1e70021607beaa813b91e (diff) | |
| download | emacs-cd9da8b8f32e85f0469240d61edcff58d24d44bf.tar.gz emacs-cd9da8b8f32e85f0469240d61edcff58d24d44bf.zip | |
* custom.texi (Easy Customization): Use "init file" instead of .emacs.
(Customization Groups): Update to new Custom buffer appearance.
(Saving Customizations): Copyedits. Update example.
(Variables): Give example of variable type-sensitivity.
(Examining): Update example.
(Hooks): Copyedits.
(Specifying File Variables): Use C comments instead of an artificial
Lisp for the example.
(Keymaps): Move internals discussion to Prefix Keymaps.
(Rebinding): Remove redundant paragraph (stated in Key Binding).
(Init Rebinding): Document kbd macro.
(Init File): Link to Find Init.
| -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. |