comparison src/search.c @ 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 6b3176775d00
children ba465c0bd0c3
comparison
equal deleted inserted replaced
105398:3fec4318d760 105399:2f74d2880f10
562 SBYTES (string), 0); 562 SBYTES (string), 0);
563 immediate_quit = 0; 563 immediate_quit = 0;
564 return val; 564 return val;
565 } 565 }
566 566
567 /* Match REGEXP atainst the characters after POS to LIMIT, and return 567 /* Match REGEXP against the characters after POS to LIMIT, and return
568 the number of matched characters. If STRING is non-nil, match 568 the number of matched characters. If STRING is non-nil, match
569 against the characters in it. In that case, POS and LIMIT are 569 against the characters in it. In that case, POS and LIMIT are
570 indices into the string. This function doesn't modify the match 570 indices into the string. This function doesn't modify the match
571 data. */ 571 data. */
572 572