Mercurial > emacs
changeset 55924:082785bed641
(Fcompleting_read): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jun 2004 16:52:14 +0000 |
parents | 839555710366 |
children | b1e16cd7f843 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Sat Jun 05 15:54:10 2004 +0000 +++ b/src/minibuf.c Sat Jun 05 16:52:14 2004 +0000 @@ -1614,7 +1614,7 @@ is the initial position (the position in the list used by the minibuffer history commands). For consistency, you should also specify that element of the history as the value of - INITIAL-CONTENTS. (This is the only case in which you should use + INITIAL-INPUT. (This is the only case in which you should use INITIAL-INPUT instead of DEF.) Positions are counted starting from 1 at the beginning of the list. The variable `history-length' controls the maximum length of a history list.