/[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.44.2.2 by miles, Mon Jun 28 07:28:59 2004 UTC revision 1.44.2.3 by miles, Tue Jul 6 02:56:32 2004 UTC
# Line 1459  corresponds to @code{(match-end @var{n}) Line 1459  corresponds to @code{(match-end @var{n})
1459  All the elements are markers or @code{nil} if matching was done on a  All the elements are markers or @code{nil} if matching was done on a
1460  buffer and all are integers or @code{nil} if matching was done on a  buffer and all are integers or @code{nil} if matching was done on a
1461  string with @code{string-match}.   If @var{integers} is  string with @code{string-match}.   If @var{integers} is
1462  non-@code{nil}, then all elements are integers or @code{nil}, even if  non-@code{nil}, then the elements are integers or @code{nil}, even if
1463  matching was done on a buffer.  Also, @code{match-beginning} and  matching was done on a buffer.  In that case, the buffer itself is
1464    appended as an additional element at the end of the list
1465    to facilitate complete restoration of the match data.  Also,
1466    @code{match-beginning} and
1467  @code{match-end} always return integers or @code{nil}.  @code{match-end} always return integers or @code{nil}.
1468    
1469  If @var{reuse} is non-@code{nil}, it should be a list.  In that case,  If @var{reuse} is non-@code{nil}, it should be a list.  In that case,

Legend:
Removed from v.1.44.2.2  
changed lines
  Added in v.1.44.2.3

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