aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index de024a71b32..c934143c06e 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -495,12 +495,6 @@ sequence are echoed immediately.)
495If the value is zero, then command input is not echoed. 495If the value is zero, then command input is not echoed.
496@end defvar 496@end defvar
497 497
498@defopt max-mini-window-height
499This variable specifies the maximum height for resizing minibuffer
500windows. If a float, it specifies a fraction of the height of the
501frame. If an integer, it specifies a number of lines.
502@end defopt
503
504@defvar message-truncate-lines 498@defvar message-truncate-lines
505Normally, displaying a long message resizes the echo area to display 499Normally, displaying a long message resizes the echo area to display
506the entire message. But if the variable @code{message-truncate-lines} 500the 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
508truncated to fit it, as in Emacs 20 and before. 502truncated to fit it, as in Emacs 20 and before.
509@end defvar 503@end defvar
510 504
505 The variable @code{max-mini-window-height}, which specifies the
506maximum height for resizing minibuffer windows, also applies to the
507echo area (which is really a special use of the minibuffer window.
508@xref{Minibuffer Misc}.
509
511@node Warnings 510@node Warnings
512@section Reporting Warnings 511@section Reporting Warnings
513@cindex warnings 512@cindex warnings