mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
(fast_looking_at): Fix a typo in the commentary.
This commit is contained in:
parent
686ea556eb
commit
a80ce21345
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ fast_string_match_ignore_case (regexp, string)
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue