]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompleting_read): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 2004 16:52:14 +0000 (16:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 2004 16:52:14 +0000 (16:52 +0000)
src/minibuf.c

index 67d57cab5437c961283683f7866ad9a64288784e..c33a133860018039fd6015698cc74d0c12fe42f2 100644 (file)
@@ -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.