/[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.37 by rms, Thu Sep 6 19:46:04 2001 UTC revision 1.38 by rms, Tue Dec 11 06:11:38 2001 UTC
# Line 90  If @var{repeat} is supplied (it must be Line 90  If @var{repeat} is supplied (it must be
90  search is repeated that many times (each time starting at the end of the  search is repeated that many times (each time starting at the end of the
91  previous time's match).  If these successive searches succeed, the  previous time's match).  If these successive searches succeed, the
92  function succeeds, moving point and returning its new value.  Otherwise  function succeeds, moving point and returning its new value.  Otherwise
93  the search fails.  the search fails, leaving point where it started.
94  @end deffn  @end deffn
95    
96  @deffn Command search-backward string &optional limit noerror repeat  @deffn Command search-backward string &optional limit noerror repeat
# Line 1433  intended to access the match data for th Line 1433  intended to access the match data for th
1433  @defun set-match-data match-list  @defun set-match-data match-list
1434  This function sets the match data from the elements of @var{match-list},  This function sets the match data from the elements of @var{match-list},
1435  which should be a list that was the value of a previous call to  which should be a list that was the value of a previous call to
1436  @code{match-data}.  @code{match-data}.  (More precisely, anything that has the same format
1437    will work.)
1438    
1439  If @var{match-list} refers to a buffer that doesn't exist, you don't get  If @var{match-list} refers to a buffer that doesn't exist, you don't get
1440  an error; that sets the match data in a meaningless but harmless way.  an error; that sets the match data in a meaningless but harmless way.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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