# HG changeset patch # User Richard M. Stallman # Date 883776706 0 # Node ID 7c628ee6887ce8bee20edd0d7f53139bb86bfcbf # Parent d8013f2236a095ac4f5add8ea93e29f71d8827a7 (Fcompleting_read): Doc fix. diff -r d8013f2236a0 -r 7c628ee6887c src/minibuf.c --- a/src/minibuf.c Fri Jan 02 21:30:28 1998 +0000 +++ b/src/minibuf.c Fri Jan 02 21:31:46 1998 +0000 @@ -1230,7 +1230,7 @@ or it can be a cons cell (HISTVAR . HISTPOS).\n\ In that case, HISTVAR is the history list variable to use,\n\ and HISTPOS is the initial position (the position in the list\n\ - which INITIAL-CONTENTS corresponds to).\n\ + which INITIAL-INPUT corresponds to).\n\ Positions are counted starting from 1 at the beginning of the list.\n\ DEF, if non-nil, is the default value.\n\ \n\