1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(Regexp Search): Minor wording change from RMS.

This commit is contained in:
Eli Zaretskii 2008-10-21 19:55:07 +00:00
parent c6f3e20705
commit 4433fa9161

View 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