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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi
Date: Tue, 11 Dec 2001 01:11:38 -0500

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.37 emacs/lispref/searching.texi:1.38
*** emacs/lispref/searching.texi:1.37   Thu Sep  6 15:46:04 2001
--- emacs/lispref/searching.texi        Tue Dec 11 01:11:38 2001
***************
*** 90,96 ****
  search is repeated that many times (each time starting at the end of the
  previous time's match).  If these successive searches succeed, the
  function succeeds, moving point and returning its new value.  Otherwise
! the search fails.
  @end deffn
  
  @deffn Command search-backward string &optional limit noerror repeat
--- 90,96 ----
  search is repeated that many times (each time starting at the end of the
  previous time's match).  If these successive searches succeed, the
  function succeeds, moving point and returning its new value.  Otherwise
! the search fails, leaving point where it started.
  @end deffn
  
  @deffn Command search-backward string &optional limit noerror repeat
***************
*** 1433,1439 ****
  @defun set-match-data match-list
  This function sets the match data from the elements of @var{match-list},
  which should be a list that was the value of a previous call to
! @code{match-data}.
  
  If @var{match-list} refers to a buffer that doesn't exist, you don't get
  an error; that sets the match data in a meaningless but harmless way.
--- 1433,1440 ----
  @defun set-match-data match-list
  This function sets the match data from the elements of @var{match-list},
  which should be a list that was the value of a previous call to
! @code{match-data}.  (More precisely, anything that has the same format
! will work.)
  
  If @var{match-list} refers to a buffer that doesn't exist, you don't get
  an error; that sets the match data in a meaningless but harmless way.



reply via email to

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