diff options
| -rw-r--r-- | man/mini.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mini.texi b/man/mini.texi index 27a240446c3..0e05765afb8 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -147,7 +147,10 @@ minibuffer window. But you can make it taller in the normal fashion | |||
| 147 | with @kbd{C-x ^}. The minibuffer window expands vertically as necessary | 147 | with @kbd{C-x ^}. The minibuffer window expands vertically as necessary |
| 148 | to hold the text that you put in the minibuffer. Customize the variable | 148 | to hold the text that you put in the minibuffer. Customize the variable |
| 149 | @code{max-mini-window-height} to control the maximum height for resizing | 149 | @code{max-mini-window-height} to control the maximum height for resizing |
| 150 | the minibuffer window. | 150 | the minibuffer window: if a floating-point number, it specifies a |
| 151 | fraction of the frame's height; if an integer, it specifies the maximum | ||
| 152 | number of lines; if nil, the minibuffer window is not resized. The | ||
| 153 | default value is 0.25. | ||
| 151 | 154 | ||
| 152 | @vindex minibuffer-scroll-overlap | 155 | @vindex minibuffer-scroll-overlap |
| 153 | Scrolling works specially in the minibuffer window. When the | 156 | Scrolling works specially in the minibuffer window. When the |