Function: store-match-data

store-match-data is a function alias for set-match-data, defined in search.c.

Signature

(store-match-data LIST &optional RESEAT)

Documentation

Set internal data on last search match from elements of LIST.

LIST should have been created by calling match-data previously.

If optional arg RESEAT is non-nil, make markers on LIST point nowhere.

View in manual

Aliases

store-match-data