diff options
| author | Glenn Morris | 2014-01-06 23:50:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-06 23:50:29 -0800 |
| commit | 17109647e9d35847b14c5cbe5efffcd747346d89 (patch) | |
| tree | 8a2613993643ab5fede5179f7b6c28b1252a0ebd | |
| parent | ee916ed0380b5cfb00bfc1257056ab71f59bd4a2 (diff) | |
| download | emacs-17109647e9d35847b14c5cbe5efffcd747346d89.tar.gz emacs-17109647e9d35847b14c5cbe5efffcd747346d89.zip | |
Minor tweak for earlier display.texi change
| -rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 8236742ae2c..880ba837ba1 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -481,8 +481,9 @@ them. This includes all the messages that are output with | |||
| 481 | @code{message}. By default, this buffer is read-only and uses the major | 481 | @code{message}. By default, this buffer is read-only and uses the major |
| 482 | mode @code{messages-buffer-mode}. Nothing prevents the user from | 482 | mode @code{messages-buffer-mode}. Nothing prevents the user from |
| 483 | killing the @file{*Messages*} buffer, but the next display of a message | 483 | killing the @file{*Messages*} buffer, but the next display of a message |
| 484 | recreates it. Any Lisp code that needs to ensure the @file{*Messages*} | 484 | recreates it. Any Lisp code that needs to access the |
| 485 | buffer exists should use the function @code{messages-buffer}. | 485 | @file{*Messages*} buffer directly and wants to ensure that it exists |
| 486 | exists should use the function @code{messages-buffer}. | ||
| 486 | 487 | ||
| 487 | @defun messages-buffer | 488 | @defun messages-buffer |
| 488 | This function returns the @file{*Messages*} buffer. If it does not | 489 | This function returns the @file{*Messages*} buffer. If it does not |