Mercurial > emacs
diff lispref/searching.texi @ 63469:202050ef8d08
(Entire Match Data): Rephrase warnings about
evaporate arg to match-data and set-match-data.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 15 Jun 2005 15:19:41 +0000 |
parents | 286783f742e6 |
children | 99e9892a51d9 a1b34dec1104 |
line wrap: on
line diff
--- a/lispref/searching.texi Wed Jun 15 15:19:22 2005 +0000 +++ b/lispref/searching.texi Wed Jun 15 15:19:41 2005 +0000 @@ -1531,8 +1531,9 @@ the markers are put back on the free list. @strong{Warning:} When @code{evaporate} is specified for @var{reseat}, -no other references to the markers on the @var{reuse} list; otherwise, -Emacs may crash during the next garbage collection. +you must ensure that no other references to the markers on the +@var{reuse} list exists; otherwise, Emacs may crash during the next +garbage collection. As always, there must be no possibility of intervening searches between the call to a search function and the call to @code{match-data} that is @@ -1563,8 +1564,9 @@ the markers are put back on the free list. @strong{Warning:} When @code{evaporate} is specified for @var{reseat}, -no other references to the markers on the @var{match-list} list; otherwise, -Emacs may crash during the next garbage collection. +you must ensure that no other references to the markers on the +@var{match-list} list exists; otherwise, Emacs may crash during the +next garbage collection. @findex store-match-data @code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.