Mercurial > emacs
changeset 20570:7c628ee6887c
(Fcompleting_read): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Jan 1998 21:31:46 +0000 |
parents | d8013f2236a0 |
children | 3e0e568163f5 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\