diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:00:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:00:57 +0000 |
commit | 64230f2d7117c81b69fbb65bd8495166409710b3 (patch) | |
tree | fcc33a9702b9bf00e9651518d4f6217204b938f7 /lispref | |
parent | 7d9f1aede8c8ac595bc6351a6e1257321e73c8e7 (diff) | |
download | emacs-64230f2d7117c81b69fbb65bd8495166409710b3.tar.gz |
(Echo Area Customization): Don't define max-mini-window-height here;
xref instead.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 11 |
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.) 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 |