aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c
index 0102957679d..6d2f8cc6dbb 100644
--- a/src/search.c
+++ b/src/search.c
@@ -209,8 +209,8 @@ clear_regexp_cache ()
209 int i; 209 int i;
210 210
211 for (i = 0; i < REGEXP_CACHE_SIZE; ++i) 211 for (i = 0; i < REGEXP_CACHE_SIZE; ++i)
212 /* It's tempting to compare with the syntax-table we've actually changd, 212 /* It's tempting to compare with the syntax-table we've actually changed,
213 but it's not sufficient because char-table inheritance mewans that 213 but it's not sufficient because char-table inheritance means that
214 modifying one syntax-table can change others at the same time. */ 214 modifying one syntax-table can change others at the same time. */
215 if (!EQ (searchbufs[i].syntax_table, Qt)) 215 if (!EQ (searchbufs[i].syntax_table, Qt))
216 searchbufs[i].regexp = Qnil; 216 searchbufs[i].regexp = Qnil;