diff options
| author | Stefan Monnier | 2008-04-04 17:34:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-04 17:34:56 +0000 |
| commit | 6adc6eed8c878d92844d123ad71e92856568b568 (patch) | |
| tree | fbde114cd7c36aa3b95e632c5b685c8beae76545 /doc | |
| parent | 00f7c5edc6a0703d84f4a37f273c31364e6ce0fc (diff) | |
| download | emacs-6adc6eed8c878d92844d123ad71e92856568b568.tar.gz emacs-6adc6eed8c878d92844d123ad71e92856568b568.zip | |
(Minibuffer Edit) <resize-mini-windows>: Adjust default.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 10 |
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 @@ | |||
| 1 | 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default. | ||
| 4 | |||
| 1 | 2008-03-29 Glenn Morris <rgm@gnu.org> | 5 | 2008-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 |
| 149 | text that you put in the minibuffer. If @code{resize-mini-windows} is | 149 | text 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 |
| 151 | contents. If its value is the symbol @code{grow-only}, the window | 151 | value is the symbol @code{grow-only} (the default), the window grows |
| 152 | grows automatically as needed, but shrinks (back to the normal size) | 152 | automatically as needed, but shrinks (back to the normal size) only |
| 153 | only when the minibuffer becomes inactive. If its value is | 153 | when the minibuffer becomes inactive. If its value is @code{nil}, you |
| 154 | @code{nil}, you have to adjust the height yourself. | 154 | have 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 |