comparison src/minibuf.c @ 83150:cf8f0a3b5cb4

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377 (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-379 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381 Face merging cleanups git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-190
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 07 Jun 2004 08:00:27 +0000
parents 62cf3d6337a0 082785bed641
children 38500c0c86ab
comparison
equal deleted inserted replaced
83149:f004099bad61 83150:cf8f0a3b5cb4
1617 variable to use, or it can be a cons cell (HISTVAR . HISTPOS). In 1617 variable to use, or it can be a cons cell (HISTVAR . HISTPOS). In
1618 that case, HISTVAR is the history list variable to use, and HISTPOS 1618 that case, HISTVAR is the history list variable to use, and HISTPOS
1619 is the initial position (the position in the list used by the 1619 is the initial position (the position in the list used by the
1620 minibuffer history commands). For consistency, you should also 1620 minibuffer history commands). For consistency, you should also
1621 specify that element of the history as the value of 1621 specify that element of the history as the value of
1622 INITIAL-CONTENTS. (This is the only case in which you should use 1622 INITIAL-INPUT. (This is the only case in which you should use
1623 INITIAL-INPUT instead of DEF.) Positions are counted starting from 1623 INITIAL-INPUT instead of DEF.) Positions are counted starting from
1624 1 at the beginning of the list. The variable `history-length' 1624 1 at the beginning of the list. The variable `history-length'
1625 controls the maximum length of a history list. 1625 controls the maximum length of a history list.
1626 1626
1627 DEF, if non-nil, is the default value. 1627 DEF, if non-nil, is the default value.