diff options
| author | Chong Yidong | 2008-11-17 16:38:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-17 16:38:54 +0000 |
| commit | 696f351d5adaf8dc62f0c6a9c23e8acd33688c74 (patch) | |
| tree | 5b8a6cad1ae2a09589144c160144c02da7fa2341 /doc | |
| parent | 6c73d986eb4ca31f389fb6f007df8376fc0601f8 (diff) | |
| download | emacs-696f351d5adaf8dc62f0c6a9c23e8acd33688c74.tar.gz emacs-696f351d5adaf8dc62f0c6a9c23e8acd33688c74.zip | |
* custom.texi (Minor Modes): Define mode commands and mode variables
more precisely. Recommend using mode commands instead of setting
variables directly. Put minor modes in a list, and add more modes.
* mark.texi (Using Region): Document Delete Selection Mode more
thoroughly.
* frames.texi (Mouse Commands): Move most of the description of Delete
Selection Mode to Using Region, and link to it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b3e2bdc3a91..dcb5d392287 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-11-17 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-11-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * custom.texi (Minor Modes): Define mode commands and mode variables | ||
| 4 | more precisely. Recommend using mode commands instead of setting | ||
| 5 | variables directly. Put minor modes in a list, and add more modes. | ||
| 6 | |||
| 7 | * mark.texi (Using Region): Document Delete Selection Mode more | ||
| 8 | thoroughly. | ||
| 9 | |||
| 10 | * frames.texi (Mouse Commands): Move most of the description of Delete | ||
| 11 | Selection Mode to Using Region, and link to it. | ||
| 12 | |||
| 3 | * building.texi (Compilation): Document first-error value of | 13 | * building.texi (Compilation): Document first-error value of |
| 4 | compilation-scroll-output. | 14 | compilation-scroll-output. |
| 5 | (Compilation Mode): Note that compilation-auto-jump-to-first-error | 15 | (Compilation Mode): Note that compilation-auto-jump-to-first-error |