/[emacs]/emacs/lispref/searching.texi
ViewVC logotype

Diff of /emacs/lispref/searching.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by kfstorm, Wed Jun 8 23:03:29 2005 UTC revision 1.60 by kfstorm, Wed Jun 15 15:19:41 2005 UTC
# Line 1531  are reseated to point to nowhere, and if Line 1531  are reseated to point to nowhere, and if
1531  the markers are put back on the free list.  the markers are put back on the free list.
1532    
1533  @strong{Warning:} When @code{evaporate} is specified for @var{reseat},  @strong{Warning:} When @code{evaporate} is specified for @var{reseat},
1534  no other references to the markers on the @var{reuse} list; otherwise,  you must ensure that no other references to the markers on the
1535  Emacs may crash during the next garbage collection.  @var{reuse} list exists; otherwise, Emacs may crash during the next
1536    garbage collection.
1537    
1538  As always, there must be no possibility of intervening searches between  As always, there must be no possibility of intervening searches between
1539  the call to a search function and the call to @code{match-data} that is  the call to a search function and the call to @code{match-data} that is
# Line 1563  are reseated to point to nowhere, and if Line 1564  are reseated to point to nowhere, and if
1564  the markers are put back on the free list.  the markers are put back on the free list.
1565    
1566  @strong{Warning:} When @code{evaporate} is specified for @var{reseat},  @strong{Warning:} When @code{evaporate} is specified for @var{reseat},
1567  no other references to the markers on the @var{match-list} list; otherwise,  you must ensure that no other references to the markers on the
1568  Emacs may crash during the next garbage collection.  @var{match-list} list exists; otherwise, Emacs may crash during the
1569    next garbage collection.
1570    
1571  @findex store-match-data  @findex store-match-data
1572  @code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.  @code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26