aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2008-04-04 17:34:56 +0000
committerStefan Monnier2008-04-04 17:34:56 +0000
commit6adc6eed8c878d92844d123ad71e92856568b568 (patch)
treefbde114cd7c36aa3b95e632c5b685c8beae76545 /doc
parent00f7c5edc6a0703d84f4a37f273c31364e6ce0fc (diff)
downloademacs-6adc6eed8c878d92844d123ad71e92856568b568.tar.gz
emacs-6adc6eed8c878d92844d123ad71e92856568b568.zip
(Minibuffer Edit) <resize-mini-windows>: Adjust default.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/mini.texi10
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 9fa2b666455..141ec6b97e8 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4
12008-03-29 Glenn Morris <rgm@gnu.org> 52008-03-29 Glenn Morris <rgm@gnu.org>
2 6
3 * calendar.texi: Update for `calendar-date-style' replacing 7 * calendar.texi: Update for `calendar-date-style' replacing
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 99ac368e69b..cbc39302035 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -147,11 +147,11 @@ and its window are permanently attached.
147@vindex resize-mini-windows 147@vindex resize-mini-windows
148 The minibuffer window expands vertically as necessary to hold the 148 The minibuffer window expands vertically as necessary to hold the
149text that you put in the minibuffer. If @code{resize-mini-windows} is 149text that you put in the minibuffer. If @code{resize-mini-windows} is
150@code{t} (the default), the window always resizes as needed by its 150@code{t}, the window always resizes as needed by its contents. If its
151contents. If its value is the symbol @code{grow-only}, the window 151value is the symbol @code{grow-only} (the default), the window grows
152grows automatically as needed, but shrinks (back to the normal size) 152automatically as needed, but shrinks (back to the normal size) only
153only when the minibuffer becomes inactive. If its value is 153when the minibuffer becomes inactive. If its value is @code{nil}, you
154@code{nil}, you have to adjust the height yourself. 154have to adjust the height yourself.
155 155
156@vindex max-mini-window-height 156@vindex max-mini-window-height
157 The variable @code{max-mini-window-height} controls the maximum 157 The variable @code{max-mini-window-height} controls the maximum