aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-09 12:00:57 +0000
committerRichard M. Stallman2005-08-09 12:00:57 +0000
commit64230f2d7117c81b69fbb65bd8495166409710b3 (patch)
treefcc33a9702b9bf00e9651518d4f6217204b938f7 /lispref
parent7d9f1aede8c8ac595bc6351a6e1257321e73c8e7 (diff)
downloademacs-64230f2d7117c81b69fbb65bd8495166409710b3.tar.gz
emacs-64230f2d7117c81b69fbb65bd8495166409710b3.zip
(Echo Area Customization): Don't define max-mini-window-height here;
xref instead.
Diffstat (limited to 'lispref')
-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