]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuf.texi: Clarify history list discussion (Bug#8085).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 27 Feb 2011 22:10:48 +0000 (17:10 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 27 Feb 2011 22:10:48 +0000 (17:10 -0500)
doc/lispref/ChangeLog
doc/lispref/minibuf.texi

index 90eed004d390d4fcf66a1e66902031f910aa0659..e0df108f8b60c6669ede649321921ab182d9bb8b 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Minibuffer History): Clarify discussion of
+       minibuffer history lists (Bug#8085).
+
 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
 
        * elisp.texi: Sync @dircategory with ../../info/dir.
index 50324a91f5f423b05f10d9394b4479cdd5dae1a7..07975e64b3552e676dabae2b101d18c50c78ff20 100644 (file)
@@ -433,18 +433,17 @@ expression, thus moving point forward one word.
 @cindex minibuffer history
 @cindex history list
 
-  A @dfn{minibuffer history list} records previous minibuffer inputs so
-the user can reuse them conveniently.  A history list is actually a
-symbol, not a list; it is a variable whose value is a list of strings
-(previous inputs), most recent first.
-
-  There are many separate history lists, used for different kinds of
-inputs.  It's the Lisp programmer's job to specify the right history
-list for each use of the minibuffer.
-
-  You specify the history list with the optional @var{hist} argument
-to either @code{read-from-minibuffer} or @code{completing-read}.  Here
-are the possible values for it:
+  A @dfn{minibuffer history list} records previous minibuffer inputs
+so the user can reuse them conveniently.  It is a variable whose value
+is a list of strings (previous inputs), most recent first.
+
+  There are many separate minibuffer history lists, used for different
+kinds of inputs.  It's the Lisp programmer's job to specify the right
+history list for each use of the minibuffer.
+
+  You specify a minibuffer history list with the optional @var{hist}
+argument to @code{read-from-minibuffer} or @code{completing-read}.
+Here are the possible values for it:
 
 @table @asis
 @item @var{variable}