# HG changeset patch # User Richard M. Stallman # Date 1123588857 0 # Node ID c171f553d289aae79b08da6f1bb7b23a1a93318b # Parent 41b10113bde8690b5418bc26ed56e07c87bd9d7b (Echo Area Customization): Don't define max-mini-window-height here; xref instead. diff -r 41b10113bde8 -r c171f553d289 lispref/display.texi --- a/lispref/display.texi Tue Aug 09 12:00:09 2005 +0000 +++ b/lispref/display.texi Tue Aug 09 12:00:57 2005 +0000 @@ -495,12 +495,6 @@ 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} @@ -508,6 +502,11 @@ 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 @cindex warnings