emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src search.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src search.c
Date: Sat, 03 Oct 2009 09:51:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/10/03 09:51:32

Modified files:
        src            : search.c 

Log message:
        (clear_regexp_cache): Fix a typo in a comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/search.c?cvsroot=emacs&r1=1.242&r2=1.243

Patches:
Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -b -r1.242 -r1.243
--- search.c    3 Oct 2009 09:51:03 -0000       1.242
+++ search.c    3 Oct 2009 09:51:32 -0000       1.243
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]