Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.61 emacs/lispref/searching.texi:1.62
*** emacs/lispref/searching.texi:1.61   Sat Jun 18 13:56:16 2005
--- emacs/lispref/searching.texi        Wed Jun 22 23:15:47 2005
***************
*** 1527,1539 ****
  garbage collection.
  
  If @var{reseat} is [EMAIL PROTECTED], all markers on the @var{reuse} list
! are reseated to point to nowhere, and if the value is @code{evaporate},
! the markers are put back on the free list.
! 
! @strong{Warning:} When @code{evaporate} is specified for @var{reseat},
! 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
--- 1527,1533 ----
  garbage collection.
  
  If @var{reseat} is [EMAIL PROTECTED], all markers on the @var{reuse} list
! are reseated to point to nowhere.
  
  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
***************
*** 1560,1572 ****
  an error; that sets the match data in a meaningless but harmless way.
  
  If @var{reseat} is [EMAIL PROTECTED], all markers on the @var{match-list} list
! are reseated to point to nowhere, and if the value is @code{evaporate},
! the markers are put back on the free list.
! 
! @strong{Warning:} When @code{evaporate} is specified for @var{reseat},
! 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}.
--- 1554,1560 ----
  an error; that sets the match data in a meaningless but harmless way.
  
  If @var{reseat} is [EMAIL PROTECTED], all markers on the @var{match-list} list
! are reseated to point to nowhere.
  
  @findex store-match-data
  @code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to