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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi [emacs-unicode-2]
Date: Mon, 05 Jul 2004 23:01:15 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.44.2.2 
emacs/lispref/searching.texi:1.44.2.3
*** emacs/lispref/searching.texi:1.44.2.2       Mon Jun 28 07:28:59 2004
--- emacs/lispref/searching.texi        Tue Jul  6 02:56:32 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]