# HG changeset patch # User Richard M. Stallman # Date 1086454334 0 # Node ID 082785bed6413509f35a73ef3b09d08297627294 # Parent 839555710366c76286fb2edc3ea2a9b21629876e (Fcompleting_read): Doc fix. diff -r 839555710366 -r 082785bed641 src/minibuf.c --- 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.