aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 11:10:57 +0000
committerEli Zaretskii2000-08-22 11:10:57 +0000
commit0a67c7dbdbc52662abeb9557875fa3de50d6d7c9 (patch)
treed51ff26ae351b7d7faed80856fadcdb3e188395c
parent00782214f77dc9d87b9644c386c0a419901602e9 (diff)
downloademacs-0a67c7dbdbc52662abeb9557875fa3de50d6d7c9.tar.gz
emacs-0a67c7dbdbc52662abeb9557875fa3de50d6d7c9.zip
More details about minibuffer window resizing control.
-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