From: Glenn Morris Date: Tue, 7 Jan 2014 07:50:29 +0000 (-0800) Subject: Minor tweak for earlier display.texi change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17109647e9d35847b14c5cbe5efffcd747346d89;p=emacs.git Minor tweak for earlier display.texi change --- 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 @code{message}. By default, this buffer is read-only and uses the major 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 ensure the @file{*Messages*} -buffer exists should use the function @code{messages-buffer}. +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}. @defun messages-buffer This function returns the @file{*Messages*} buffer. If it does not