# HG changeset patch # User Eli Zaretskii # Date 966942657 0 # Node ID e05819f224268d505f8d56fcce061d5dcbf58a30 # Parent c5e2705a711909fb85eba52eff0a72539737257a More details about minibuffer window resizing control. diff -r c5e2705a7119 -r e05819f22426 man/mini.texi --- a/man/mini.texi Tue Aug 22 11:05:00 2000 +0000 +++ b/man/mini.texi Tue Aug 22 11:10:57 2000 +0000 @@ -147,7 +147,10 @@ with @kbd{C-x ^}. The minibuffer window expands vertically as necessary to hold the text that you put in the minibuffer. Customize the variable @code{max-mini-window-height} to control the maximum height for resizing -the minibuffer window. +the minibuffer window: if a floating-point number, it specifies a +fraction of the frame's height; if an integer, it specifies the maximum +number of lines; if nil, the minibuffer window is not resized. The +default value is 0.25. @vindex minibuffer-scroll-overlap Scrolling works specially in the minibuffer window. When the