comparison lispref/minibuf.texi @ 77123:4d7a5d9bbe76

improve breaks in 8.5x11
author Karl Berry <karl@gnu.org>
date Wed, 11 Apr 2007 16:27:33 +0000
parents fc9d442f98d2
children a1e16e813aed e6fdae9180d4
comparison
equal deleted inserted replaced
77122:45143a80737a 77123:4d7a5d9bbe76
765 @var{predicate}. The arguments are the same as in 765 @var{predicate}. The arguments are the same as in
766 @code{try-completion}. For instance, if @var{collection} is a list of 766 @code{try-completion}. For instance, if @var{collection} is a list of
767 strings, this is true if @var{string} appears in the list and 767 strings, this is true if @var{string} appears in the list and
768 @var{predicate} is satisfied. 768 @var{predicate} is satisfied.
769 769
770 @code{test-completion} uses @code{completion-regexp-list} in the same 770 This function uses @code{completion-regexp-list} in the same
771 way that @code{try-completion} does. 771 way that @code{try-completion} does.
772 772
773 If @var{predicate} is non-@code{nil} and if @var{collection} contains 773 If @var{predicate} is non-@code{nil} and if @var{collection} contains
774 several strings that are equal to each other, as determined by 774 several strings that are equal to each other, as determined by
775 @code{compare-strings} according to @code{completion-ignore-case}, 775 @code{compare-strings} according to @code{completion-ignore-case},