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: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi
Date: Thu, 01 Jul 2004 19:57:34 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.49 emacs/lispref/searching.texi:1.50
*** emacs/lispref/searching.texi:1.49   Sat May 22 22:05:57 2004
--- emacs/lispref/searching.texi        Thu Jul  1 23:54:19 2004
***************
*** 1459,1466 ****
  All the elements are markers or @code{nil} if matching was done on a
  buffer and all are integers or @code{nil} if matching was done on a
  string with @code{string-match}.   If @var{integers} is
! address@hidden, then all elements are integers or @code{nil}, even if
! matching was done on a buffer.  Also, @code{match-beginning} and
  @code{match-end} always return integers or @code{nil}.
  
  If @var{reuse} is address@hidden, it should be a list.  In that case,
--- 1459,1469 ----
  All the elements are markers or @code{nil} if matching was done on a
  buffer and all are integers or @code{nil} if matching was done on a
  string with @code{string-match}.   If @var{integers} is
! address@hidden, then the elements are integers or @code{nil}, even if
! matching was done on a buffer.  In that case, the buffer itself is
! appended as an additional element at the end of the list
! to facilitate complete restoration of the match data.  Also,
! @code{match-beginning} and
  @code{match-end} always return integers or @code{nil}.
  
  If @var{reuse} is address@hidden, it should be a list.  In that case,




reply via email to

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