Mercurial > emacs
changeset 105399:2f74d2880f10
(fast_looking_at): Fix a typo in the commentary.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 03 Oct 2009 09:34:37 +0000 |
parents | 3fec4318d760 |
children | ba465c0bd0c3 |
files | src/search.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Sat Oct 03 02:19:22 2009 +0000 +++ b/src/search.c Sat Oct 03 09:34:37 2009 +0000 @@ -564,7 +564,7 @@ return val; } -/* Match REGEXP atainst the characters after POS to LIMIT, and return +/* Match REGEXP against the characters after POS to LIMIT, and return the number of matched characters. If STRING is non-nil, match against the characters in it. In that case, POS and LIMIT are indices into the string. This function doesn't modify the match