changeset 98996:2bf20cba5187

(Regexp Search): Minor wording change from RMS.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 Oct 2008 19:55:07 +0000
parents 9a29db80cf9f
children 4660d5e01148
files doc/lispref/searching.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/searching.texi	Tue Oct 21 17:01:53 2008 +0000
+++ b/doc/lispref/searching.texi	Tue Oct 21 19:55:07 2008 +0000
@@ -1062,8 +1062,8 @@
 @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