]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/mini.texi
Merge from emacs--rel--22
[gnu-emacs] / doc / emacs / mini.texi
similarity index 97%
rename from man/mini.texi
rename to doc/emacs/mini.texi
index a0fdea51014cd64d3f1ec94314c3dc0c9471b0f4..8510fea9b94455d2261f31e7574e228018b65e6a 100644 (file)
@@ -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
@@ -464,10 +464,10 @@ contents of the minibuffer.  To use it again unchanged, just type
 not change the history element that you ``moved'' to, but your new
 argument does go at the end of the history list in its own right.
 
-  For many minibuffer arguments there is a ``default'' value.  You can
-insert the default value into the minibuffer as text by using
-@kbd{M-n}.  You can think of this as moving ``into the future'' in the
-history.
+  For many minibuffer arguments there is a ``default'' value, or
+a list of default values.  You can insert the default value into the
+minibuffer as text by using @kbd{M-n} one or more times.  You can
+think of this as moving ``into the future'' in the history.
 
 @findex previous-matching-history-element
 @findex next-matching-history-element