From eb8c3be94e12644f506b8857e49ffef88046bb0b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 11:59:12 +0000 Subject: Apply typo patches from Paul Eggert. --- src/syntax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index 9b711327448..db60b8f09f5 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -774,7 +774,7 @@ between them, return t; otherwise return nil.") } /* If we find another earlier comment-ender, - any comment-starts earier than that don't count + any comment-starts earlier than that don't count (because they go with the earlier comment-ender). */ if (code == Sendcomment && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) @@ -1161,7 +1161,7 @@ scan_lists (from, count, depth, sexpflag) } /* If we find another earlier comment-ender, - any comment-starts earier than that don't count + any comment-starts earlier than that don't count (because they go with the earlier comment-ender). */ if (code == Sendcomment && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) -- cgit v1.2.1