emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Tue, 09 Aug 2005 08:00:57 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.176 emacs/lispref/display.texi:1.177
*** emacs/lispref/display.texi:1.176    Sun Jul 17 03:45:41 2005
--- emacs/lispref/display.texi  Tue Aug  9 12:00:57 2005
***************
*** 495,512 ****
  If the value is zero, then command input is not echoed.
  @end defvar
  
- @defopt max-mini-window-height
- This variable specifies the maximum height for resizing minibuffer
- windows.  If a float, it specifies a fraction of the height of the
- frame.  If an integer, it specifies a number of lines.
- @end defopt
- 
  @defvar message-truncate-lines
  Normally, displaying a long message resizes the echo area to display
  the entire message.  But if the variable @code{message-truncate-lines}
  is address@hidden, the echo area does not resize, and the message is
  truncated to fit it, as in Emacs 20 and before.
  @end defvar
  
  @node Warnings
  @section Reporting Warnings
--- 495,511 ----
  If the value is zero, then command input is not echoed.
  @end defvar
  
  @defvar message-truncate-lines
  Normally, displaying a long message resizes the echo area to display
  the entire message.  But if the variable @code{message-truncate-lines}
  is address@hidden, the echo area does not resize, and the message is
  truncated to fit it, as in Emacs 20 and before.
  @end defvar
+ 
+   The variable @code{max-mini-window-height}, which specifies the
+ maximum height for resizing minibuffer windows, also applies to the
+ echo area (which is really a special use of the minibuffer window.
+ @xref{Minibuffer Misc}.
  
  @node Warnings
  @section Reporting Warnings




reply via email to

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