From 6adc6eed8c878d92844d123ad71e92856568b568 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 4 Apr 2008 17:34:56 +0000 Subject: [PATCH] (Minibuffer Edit) : Adjust default. --- doc/emacs/ChangeLog | 4 ++++ 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 @@ +2008-04-04 Stefan Monnier + + * mini.texi (Minibuffer Edit) : Adjust default. + 2008-03-29 Glenn Morris * 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. @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 -- 2.11.4.GIT