Function: set-match-data

set-match-data is a function defined in C source code.

Signature

(set-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

Probably introduced at or before Emacs version 22.1.

Aliases

store-match-data

Source Code

C code is not yet loaded.