aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 15:28:01 +0100
committerTassilo Horn2013-12-20 15:28:01 +0100
commit6f1de4d1f115228b4fa7f0f3d3d17e2dbf4291c7 (patch)
tree93de2cbde060fcd2e5c584c7fb00c648edb32f93 /etc
parentdfff928448aab7e56fec6c1476383b5b104b4c6d (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dca067640d0..34392ee81af 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
140initial buffer. 140initial 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',
143and read-only. Code that might create the *Messages* buffer should 144and read-only. Code that might create the *Messages* buffer should
144call the function `messages-buffer' to do so and set the mode. 145call the function `messages-buffer' to do so and set the mode.