All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

find-string-in-collection

Generic Function
Summary

The find-string-in-collection generic function returns the next item whose printed representation matches a given string.

Package

capi

Signature

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

Description

The find-string-in-collection generic function 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-search
collection


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex