# HG changeset patch # User Eli Zaretskii # Date 1254563492 0 # Node ID 791bb3c2ca7d90583e922ad45986794e27aa5b17 # Parent ba465c0bd0c3bdb90735b0c47a2a8758d20242f1 (clear_regexp_cache): Fix a typo in a comment. diff -r ba465c0bd0c3 -r 791bb3c2ca7d src/search.c --- 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;