mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(Regexp Search): Minor wording change from RMS.
This commit is contained in:
parent
c6f3e20705
commit
4433fa9161
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue