aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-06 23:51:20 -0800
committerGlenn Morris2014-01-06 23:51:20 -0800
commitf137f4ee19b9f94ef6228f63d83e4430108cbfed (patch)
tree71d92b65ef809573ddb59f27711ee3951a480530
parent17109647e9d35847b14c5cbe5efffcd747346d89 (diff)
downloademacs-f137f4ee19b9f94ef6228f63d83e4430108cbfed.tar.gz
emacs-f137f4ee19b9f94ef6228f63d83e4430108cbfed.zip
Fix typo in previous
-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