emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115901: Minor tweak for earlier display.texi change


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115901: Minor tweak for earlier display.texi change
Date: Tue, 07 Jan 2014 07:50:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115901
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-06 23:50:29 -0800
message:
  Minor tweak for earlier display.texi change
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-01-07 02:56:17 +0000
+++ b/doc/lispref/display.texi  2014-01-07 07:50:29 +0000
@@ -481,8 +481,9 @@
 @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
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]