From f137f4ee19b9f94ef6228f63d83e4430108cbfed Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 Jan 2014 23:51:20 -0800 Subject: [PATCH] Fix typo in previous --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 killing the @file{*Messages*} buffer, but the next display of a message recreates it. Any Lisp code that needs to access the @file{*Messages*} buffer directly and wants to ensure that it exists -exists should use the function @code{messages-buffer}. +should use the function @code{messages-buffer}. @defun messages-buffer This function returns the @file{*Messages*} buffer. If it does not -- 2.39.2