Mercurial > emacs
diff src/search.c @ 105401:791bb3c2ca7d
(clear_regexp_cache): Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 03 Oct 2009 09:51:32 +0000 |
| parents | ba465c0bd0c3 |
| children | bac26aa40069 |
line wrap: on
line diff
--- a/src/search.c Sat Oct 03 09:51:03 2009 +0000 +++ b/src/search.c Sat Oct 03 09:51:32 2009 +0000 @@ -210,7 +210,7 @@ for (i = 0; i < REGEXP_CACHE_SIZE; ++i) /* It's tempting to compare with the syntax-table we've actually changed, - but it's not sufficient because char-table inheritance mewans that + but it's not sufficient because char-table inheritance means that modifying one syntax-table can change others at the same time. */ if (!EQ (searchbufs[i].syntax_table, Qt)) searchbufs[i].regexp = Qnil;
