diff --git a/texk/web2c/cwebdir/ChangeLog b/texk/web2c/cwebdir/ChangeLog index 66e106f64b..fa02cd861a 100644 --- a/texk/web2c/cwebdir/ChangeLog +++ b/texk/web2c/cwebdir/ChangeLog @@ -3,7 +3,7 @@ * comm-mini.ch, * comm-w2c.ch: Section 'Index.' is on Level 1, not 0. * ctwill-w2c.ch, - * ../tests/fix-changefile-lines.py: Ignore CWEB @ line(s). + * ../tests/fix-changefile-lines.py: Ignore CWEB @qcomment@> line(s). 2024-06-06 Andreas Scherer diff --git a/texk/web2c/tests/fix-changefile-lines.py b/texk/web2c/tests/fix-changefile-lines.py index c2f0ebc5d8..647cbbf54c 100755 --- a/texk/web2c/tests/fix-changefile-lines.py +++ b/texk/web2c/tests/fix-changefile-lines.py @@ -158,7 +158,7 @@ def traverse(self, web_reader): match_start = self._match_lines[0].strip()[:2] for repl_index in range(self._pos + 1, len(self._lines)): repl_start = self._lines[repl_index].strip()[:2] - # CWEB @ are ignored; see ctwill-w2c.ch + # CWEB @qcomments@> are ignored; see ctwill-w2c.ch if repl_start != "@q": break if match_start == "@ ":