]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexp Search): Minor wording change from RMS.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 19:55:07 +0000 (19:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 19:55:07 +0000 (19:55 +0000)
doc/lispref/searching.texi

index e5846028cfd72d61d95da3289f64b87d31d1cd0f..a210d22ba77ac9754f7cff53e87c5f49fe42e234 100644 (file)
@@ -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