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


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex