aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 880ba837ba1..f42d02e056f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -483,7 +483,7 @@ mode @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 access the 484recreates it. Any Lisp code that needs to access the
485@file{*Messages*} buffer directly and wants to ensure that it exists 485@file{*Messages*} buffer directly and wants to ensure that it exists
486exists should use the function @code{messages-buffer}. 486should use the function @code{messages-buffer}.
487 487
488@defun messages-buffer 488@defun messages-buffer
489This function returns the @file{*Messages*} buffer. If it does not 489This function returns the @file{*Messages*} buffer. If it does not