summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/cweb-latex/cweb.cls')
-rw-r--r--Master/texmf-dist/tex/latex/cweb-latex/cweb.cls8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
index ae512c54b15..284ee428f3a 100644
--- a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
+++ b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
@@ -836,16 +836,16 @@ by LaTeX.%
%%% \sect Let's make sure that the expansion of |\end| is the one that we
%%% expect. Then we can define |\cweb@skip_end| appropriately, we have to
-%%% skip 5~tokens.
+%%% skip 4~tokens.
%%% \beginprog
\CheckCommand*\end[1]{%
\csname end#1\endcsname\@checkend{#1}%
\expandafter\endgroup\if@endpe\@doendpe\fi
-% 1 2 3 4 5
- \if@ignore\global\@ignorefalse\ignorespaces\fi}
+% 1 2 3 4
+ \if@ignore\@ignorefalse\ignorespaces\fi}
-\def\cweb@skip_end#1#2#3#4#5{\cweb@check_fi}
+\def\cweb@skip_end#1#2#3#4{\cweb@check_fi}
%%% \endprog