Mercurial > emacs
changeset 46444:c7158c721fef
comment update
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 16 Jul 2002 17:11:56 +0000 |
parents | b612fecce4cc |
children | ee4f1940ebd5 |
files | src/search.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Tue Jul 16 16:58:04 2002 +0000 +++ b/src/search.c Tue Jul 16 17:11:56 2002 +0000 @@ -212,9 +212,9 @@ 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)