comparison src/minibuf.c @ 55924:082785bed641

(Fcompleting_read): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jun 2004 16:52:14 +0000
parents 1e94f291a19c
children 3d12da599e18 cf8f0a3b5cb4
comparison
equal deleted inserted replaced
55923:839555710366 55924:082785bed641
1612 variable to use, or it can be a cons cell (HISTVAR . HISTPOS). In 1612 variable to use, or it can be a cons cell (HISTVAR . HISTPOS). In
1613 that case, HISTVAR is the history list variable to use, and HISTPOS 1613 that case, HISTVAR is the history list variable to use, and HISTPOS
1614 is the initial position (the position in the list used by the 1614 is the initial position (the position in the list used by the
1615 minibuffer history commands). For consistency, you should also 1615 minibuffer history commands). For consistency, you should also
1616 specify that element of the history as the value of 1616 specify that element of the history as the value of
1617 INITIAL-CONTENTS. (This is the only case in which you should use 1617 INITIAL-INPUT. (This is the only case in which you should use
1618 INITIAL-INPUT instead of DEF.) Positions are counted starting from 1618 INITIAL-INPUT instead of DEF.) Positions are counted starting from
1619 1 at the beginning of the list. The variable `history-length' 1619 1 at the beginning of the list. The variable `history-length'
1620 controls the maximum length of a history list. 1620 controls the maximum length of a history list.
1621 1621
1622 DEF, if non-nil, is the default value. 1622 DEF, if non-nil, is the default value.