From 4356f22179175917b56f443b8b2c9e084f97c1e5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Jan 1998 21:31:46 +0000 Subject: [PATCH] (Fcompleting_read): Doc fix. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index b062b9d3ddc..5d0ce1def74 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1230,7 +1230,7 @@ HIST, if non-nil, specifies a history list\n\ 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\ -- 2.39.5