aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mini.texi5
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
147with @kbd{C-x ^}. The minibuffer window expands vertically as necessary 147with @kbd{C-x ^}. The minibuffer window expands vertically as necessary
148to hold the text that you put in the minibuffer. Customize the variable 148to 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
150the minibuffer window. 150the minibuffer window: if a floating-point number, it specifies a
151fraction of the frame's height; if an integer, it specifies the maximum
152number of lines; if nil, the minibuffer window is not resized. The
153default 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