From: Richard M. Stallman Date: Sat, 5 Jun 2004 16:52:14 +0000 (+0000) Subject: (Fcompleting_read): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fb101f339ebef5c2d5f5ffdadb281d673703354;p=emacs.git (Fcompleting_read): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index 67d57cab543..c33a1338600 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1614,7 +1614,7 @@ HIST, if non-nil, specifies a history list and optionally the initial 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.