]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minibuffer History): Add text about a list of minibuffer default values.
authorJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:28:52 +0000 (00:28 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:28:52 +0000 (00:28 +0000)
doc/emacs/ChangeLog
doc/emacs/mini.texi

index b5ff36e287930de74fcf1892983bda6764f0569f..35f6d299c97c823309c1dc202df8a8f92b1511e8 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-22  Juri Linkov  <juri@jurta.org>
+
+       * mini.texi (Minibuffer History): Add text about a list of minibuffer
+       default values.
+
 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * files.texi: Disambiguate two slightly different uses of the term 
index b57e79420b6beeadbb4db0fc295fd1c5b7d6e674..eb2a8e65468cf5b86d76b54e9372ba647f5ad6b7 100644 (file)
@@ -462,10 +462,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