Returns the next item whose printed representation matches a given string.
capi
find-string-in-collection collection string &optional set
collection⇩ |
A collection. |
string⇩ |
A string. |
set⇩ |
A generalized boolean. |
The generic function find-string-in-collection
returns the next item in collection whose printed representation matches string. If set is true, 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.
collection
collection-find-string
collection-find-next-string
collection-last-search
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42