[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r103442: * minibuf.texi: Clarify hist
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r103442: * minibuf.texi: Clarify history list discussion (Bug#8085). |
Date: |
Sun, 27 Feb 2011 17:10:48 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 103442
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-02-27 17:10:48 -0500
message:
* minibuf.texi: Clarify history list discussion (Bug#8085).
modified:
doc/lispref/ChangeLog
doc/lispref/minibuf.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2011-02-19 19:40:59 +0000
+++ b/doc/lispref/ChangeLog 2011-02-27 22:10:48 +0000
@@ -1,3 +1,8 @@
+2011-02-27 Chong Yidong <address@hidden>
+
+ * minibuf.texi (Minibuffer History): Clarify discussion of
+ minibuffer history lists (Bug#8085).
+
2011-02-19 Eli Zaretskii <address@hidden>
* elisp.texi: Sync @dircategory with ../../info/dir.
=== modified file 'doc/lispref/minibuf.texi'
--- a/doc/lispref/minibuf.texi 2011-01-25 04:08:28 +0000
+++ b/doc/lispref/minibuf.texi 2011-02-27 22:10:48 +0000
@@ -433,18 +433,17 @@
@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}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r103442: * minibuf.texi: Clarify history list discussion (Bug#8085).,
Chong Yidong <=