diff man/lispref/display.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 11cf20601dec
line wrap: on
line diff
--- a/man/lispref/display.texi	Mon Aug 13 08:45:53 2007 +0200
+++ b/man/lispref/display.texi	Mon Aug 13 08:46:35 2007 +0200
@@ -208,20 +208,31 @@
 @end example
 @end defun
 
-Almost all the messages displayed in the echo area are also recorded
-in the @samp{*Messages*} buffer.
+Some of the messages displayed in the echo area are also recorded in the
+@samp{ *Message-Log*} buffer.
 
+@ignore
 @defopt message-log-max
 This variable specifies how many lines to keep in the @samp{*Messages*}
 buffer.  The value @code{t} means there is no limit on how many lines to
 keep.  The value @code{nil} disables message logging entirely.  Here's
 how to display a message and prevent it from being logged:
+@defopt log-message-max-size
+This variable specifies how many lines to keep in the @samp{* Message-Log*}
+buffer.  The value @code{t} means there is no limit on how many lines to
+keep.  The value @code{nil} disables message logging entirely.  Here's
+how to display a message and prevent it from being logged:
 
 @example
 (let (message-log-max)
   (message @dots{}))
 @end example
 @end defopt
+@end ignore
+@defopt log-message-max-size
+This variable specifies the maximum size of @samp{* Message-Log*}
+buffer.
+@end defopt
 
 @defvar echo-keystrokes
 This variable determines how much time should elapse before command