emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/searching.texi


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi
Date: Wed, 15 Jun 2005 11:19:41 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.59 emacs/lispref/searching.texi:1.60
*** emacs/lispref/searching.texi:1.59   Wed Jun  8 23:03:29 2005
--- emacs/lispref/searching.texi        Wed Jun 15 15:19:41 2005
***************
*** 1531,1538 ****
  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.
  
  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
--- 1531,1539 ----
  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
***************
*** 1563,1570 ****
  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.
  
  @findex store-match-data
  @code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.
--- 1564,1572 ----
  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}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]