emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/searching.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/searching.texi,v
Date: Tue, 21 Oct 2008 19:55:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/21 19:55:15

Index: searching.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/searching.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- searching.texi      21 Oct 2008 14:00:33 -0000      1.7
+++ searching.texi      21 Oct 2008 19:55:07 -0000      1.8
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]