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 /doc/lispref | |
| 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 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 64c3ec42ca6..be050b7141e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> | 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi: Document `messages-buffer'. | ||
| 4 | |||
| 3 | * os.texi: Document `initial-buffer-choice' changes. | 5 | * os.texi: Document `initial-buffer-choice' changes. |
| 4 | 6 | ||
| 5 | 2013-12-20 Chong Yidong <cyd@gnu.org> | 7 | 2013-12-20 Chong Yidong <cyd@gnu.org> |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c6eeaf9c6a8..ead436ab809 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -478,7 +478,14 @@ this macro this way: | |||
| 478 | Almost all the messages displayed in the echo area are also recorded | 478 | Almost all the messages displayed in the echo area are also recorded |
| 479 | in the @file{*Messages*} buffer so that the user can refer back to | 479 | in the @file{*Messages*} buffer so that the user can refer back to |
| 480 | them. This includes all the messages that are output with | 480 | them. This includes all the messages that are output with |
| 481 | @code{message}. | 481 | @code{message}. This buffer is read-only and has the major-mode |
| 482 | @code{messages-buffer-mode}. The best way to retrieve that buffer is | ||
| 483 | the function @code{messages-buffer}. | ||
| 484 | |||
| 485 | @defun messages-buffer | ||
| 486 | Return the @file{*Messages*} buffer. | ||
| 487 | If it does not exist, create and it switch it to @code{messages-buffer-mode}. | ||
| 488 | @end defun | ||
| 482 | 489 | ||
| 483 | @defopt message-log-max | 490 | @defopt message-log-max |
| 484 | This variable specifies how many lines to keep in the @file{*Messages*} | 491 | This variable specifies how many lines to keep in the @file{*Messages*} |