From: Eli Zaretskii Date: Tue, 21 Oct 2008 19:55:07 +0000 (+0000) Subject: (Regexp Search): Minor wording change from RMS. X-Git-Tag: emacs-pretest-23.0.90~2298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4433fa9161fd2d0c70a36e8c818f0da1547a7eec;p=emacs.git (Regexp Search): Minor wording change from RMS. --- diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index e5846028cfd..a210d22ba77 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1062,8 +1062,8 @@ the match is available as @code{(match-end 0)}. @xref{Match Data}. @end defun @defun string-match-p regexp string &optional start -This predicate function does what @code{string-match} does, but it has -no side effect of modifying the match data. +This predicate function does what @code{string-match} does, but it +avoids modifying the match data. @end defun @defun looking-at regexp