]> git.eshelyaron.com Git - emacs.git/commitdiff
comment update
authorKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 17:11:56 +0000 (17:11 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 17:11:56 +0000 (17:11 +0000)
src/search.c

index 9b33e9e8d02440fd73068ab4e2540f2ed8f02311..94f2b57d6a447aad6d262d99e4a0a0886ec9d950 100644 (file)
@@ -212,9 +212,9 @@ compile_pattern (pattern, regp, translate, posix, multibyte)
       cp = *cpp;
       /* Entries are initialized to nil, and may be set to nil by
         compile_pattern_1 if the pattern isn't valid.  Don't apply
-        XSTRING in those cases.  However, compile_pattern_1 is only
-        applied to the cache entry we pick here to reuse.  So nil
-        should never appear before a non-nil entry.  */
+        string accessors in those cases.  However, compile_pattern_1
+        is only applied to the cache entry we pick here to reuse.  So
+        nil should never appear before a non-nil entry.  */
       if (NILP (cp->regexp))
        goto compile_it;
       if (SCHARS (cp->regexp) == SCHARS (pattern)