# HG changeset patch # User Eli Zaretskii # Date 1224618907 0 # Node ID 2bf20cba51871db79dec5f7ffd50a1317a925781 # Parent 9a29db80cf9fcd5f01b63c3d8a099483c091b833 (Regexp Search): Minor wording change from RMS. diff -r 9a29db80cf9f -r 2bf20cba5187 doc/lispref/searching.texi --- 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