aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/syntax.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c4
1 files changed, 2 insertions, 2 deletions
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.")
774 } 774 }
775 775
776 /* If we find another earlier comment-ender, 776 /* If we find another earlier comment-ender,
777 any comment-starts earier than that don't count 777 any comment-starts earlier than that don't count
778 (because they go with the earlier comment-ender). */ 778 (because they go with the earlier comment-ender). */
779 if (code == Sendcomment 779 if (code == Sendcomment
780 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) 780 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)
@@ -1161,7 +1161,7 @@ scan_lists (from, count, depth, sexpflag)
1161 } 1161 }
1162 1162
1163 /* If we find another earlier comment-ender, 1163 /* If we find another earlier comment-ender,
1164 any comment-starts earier than that don't count 1164 any comment-starts earlier than that don't count
1165 (because they go with the earlier comment-ender). */ 1165 (because they go with the earlier comment-ender). */
1166 if (code == Sendcomment 1166 if (code == Sendcomment
1167 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) 1167 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)