(Minibuffer Edit) <resize-mini-windows>: Adjust default.
This commit is contained in:
parent
00f7c5edc6
commit
6adc6eed8c
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
|
||||
|
||||
2008-03-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar.texi: Update for `calendar-date-style' replacing
|
||||
|
|
|
@ -147,11 +147,11 @@ and its window are permanently attached.
|
|||
@vindex resize-mini-windows
|
||||
The minibuffer window expands vertically as necessary to hold the
|
||||
text that you put in the minibuffer. If @code{resize-mini-windows} is
|
||||
@code{t} (the default), the window always resizes as needed by its
|
||||
contents. If its value is the symbol @code{grow-only}, the window
|
||||
grows automatically as needed, but shrinks (back to the normal size)
|
||||
only when the minibuffer becomes inactive. If its value is
|
||||
@code{nil}, you have to adjust the height yourself.
|
||||
@code{t}, the window always resizes as needed by its contents. If its
|
||||
value is the symbol @code{grow-only} (the default), the window grows
|
||||
automatically as needed, but shrinks (back to the normal size) only
|
||||
when the minibuffer becomes inactive. If its value is @code{nil}, you
|
||||
have to adjust the height yourself.
|
||||
|
||||
@vindex max-mini-window-height
|
||||
The variable @code{max-mini-window-height} controls the maximum
|
||||
|
|
Loading…
Add table
Reference in a new issue