aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-06 23:50:29 -0800
committerGlenn Morris2014-01-06 23:50:29 -0800
commit17109647e9d35847b14c5cbe5efffcd747346d89 (patch)
tree8a2613993643ab5fede5179f7b6c28b1252a0ebd
parentee916ed0380b5cfb00bfc1257056ab71f59bd4a2 (diff)
downloademacs-17109647e9d35847b14c5cbe5efffcd747346d89.tar.gz
emacs-17109647e9d35847b14c5cbe5efffcd747346d89.zip
Minor tweak for earlier display.texi change
-rw-r--r--doc/lispref/display.texi5
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
482mode @code{messages-buffer-mode}. Nothing prevents the user from 482mode @code{messages-buffer-mode}. Nothing prevents the user from
483killing the @file{*Messages*} buffer, but the next display of a message 483killing the @file{*Messages*} buffer, but the next display of a message
484recreates it. Any Lisp code that needs to ensure the @file{*Messages*} 484recreates it. Any Lisp code that needs to access the
485buffer exists should use the function @code{messages-buffer}. 485@file{*Messages*} buffer directly and wants to ensure that it exists
486exists should use the function @code{messages-buffer}.
486 487
487@defun messages-buffer 488@defun messages-buffer
488This function returns the @file{*Messages*} buffer. If it does not 489This function returns the @file{*Messages*} buffer. If it does not