diff options
| author | Tassilo Horn | 2013-12-20 15:28:01 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 15:28:01 +0100 |
| commit | 6f1de4d1f115228b4fa7f0f3d3d17e2dbf4291c7 (patch) | |
| tree | 93de2cbde060fcd2e5c584c7fb00c648edb32f93 /etc | |
| parent | dfff928448aab7e56fec6c1476383b5b104b4c6d (diff) | |
| download | emacs-6f1de4d1f115228b4fa7f0f3d3d17e2dbf4291c7.tar.gz emacs-6f1de4d1f115228b4fa7f0f3d3d17e2dbf4291c7.zip | |
Document *Messages* buffer changes.
* doc/emacs/buffers.texi: Update list-buffers "screeshop" to show Messages
as major-mode.
* doc/lispref/display.texi: Document `messages-buffer'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -139,6 +139,7 @@ simply disabling Transient Mark mode does the same thing. | |||
| 139 | ** `initial-buffer-choice' can now specify a function to set up the | 139 | ** `initial-buffer-choice' can now specify a function to set up the |
| 140 | initial buffer. | 140 | initial buffer. |
| 141 | 141 | ||
| 142 | +++ | ||
| 142 | ** The *Messages* buffer is created in a new major mode `messages-buffer-mode', | 143 | ** The *Messages* buffer is created in a new major mode `messages-buffer-mode', |
| 143 | and read-only. Code that might create the *Messages* buffer should | 144 | and read-only. Code that might create the *Messages* buffer should |
| 144 | call the function `messages-buffer' to do so and set the mode. | 145 | call the function `messages-buffer' to do so and set the mode. |