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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi [lexbind]
Date: Tue, 06 Jul 2004 06:57:32 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.39.2.6 
emacs/lispref/searching.texi:1.39.2.7
*** emacs/lispref/searching.texi:1.39.2.6       Tue Jul  6 09:23:50 2004
--- emacs/lispref/searching.texi        Tue Jul  6 10:26:56 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]