All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

find-string-in-collection

Generic Function
Summary

Returns the next item whose printed representation matches a given string.

Package

capi

Signature

find-string-in-collection self string &optional set

Description

The generic function find-string-in-collection returns the next item whose printed representation matches string . If set is non-nil, the choice selection is set to this item. The search is started from the previous search point. If the choice selection is set, the next search will start from the first selected item.

See also

collection
collection-find-string
collection-find-next-string
collection-last-search


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex