diff options
| author | Richard M. Stallman | 2005-08-09 12:00:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 12:00:57 +0000 |
| commit | 64230f2d7117c81b69fbb65bd8495166409710b3 (patch) | |
| tree | fcc33a9702b9bf00e9651518d4f6217204b938f7 /lispref | |
| parent | 7d9f1aede8c8ac595bc6351a6e1257321e73c8e7 (diff) | |
| download | emacs-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.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.) | |||
| 495 | If the value is zero, then command input is not echoed. | 495 | If the value is zero, then command input is not echoed. |
| 496 | @end defvar | 496 | @end defvar |
| 497 | 497 | ||
| 498 | @defopt max-mini-window-height | ||
| 499 | This variable specifies the maximum height for resizing minibuffer | ||
| 500 | windows. If a float, it specifies a fraction of the height of the | ||
| 501 | frame. If an integer, it specifies a number of lines. | ||
| 502 | @end defopt | ||
| 503 | |||
| 504 | @defvar message-truncate-lines | 498 | @defvar message-truncate-lines |
| 505 | Normally, displaying a long message resizes the echo area to display | 499 | Normally, displaying a long message resizes the echo area to display |
| 506 | the entire message. But if the variable @code{message-truncate-lines} | 500 | 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 | |||
| 508 | truncated to fit it, as in Emacs 20 and before. | 502 | truncated 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 | ||
| 506 | maximum height for resizing minibuffer windows, also applies to the | ||
| 507 | echo 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 |