]> git.eshelyaron.com Git - emacs.git/commitdiff
(Echo Area Customization): Don't define max-mini-window-height here;
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:00:57 +0000 (12:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:00:57 +0000 (12:00 +0000)
xref instead.

lispref/display.texi

index de024a71b328b53ec69cce95517f70395ae9c33b..c934143c06e7e7207b47467d3f5460e00ac9d77b 100644 (file)
@@ -495,12 +495,6 @@ sequence are echoed immediately.)
 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 @@ is non-@code{nil}, 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
 @cindex warnings