summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-spe.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/supp-spe.tex')
-rw-r--r--tex/context/base/supp-spe.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/tex/context/base/supp-spe.tex b/tex/context/base/supp-spe.tex
index d84859b59..a03eb4ba2 100644
--- a/tex/context/base/supp-spe.tex
+++ b/tex/context/base/supp-spe.tex
@@ -25,17 +25,17 @@
%D When interpreting specials we need to do some basic scanning.
%D For the moment we distinguish between three cases. We need
%D
-%D \starttyping
+%D \starttypen
%D \special{tag: arguments}
%D \special{tag arguments}
%D \special{tag}
-%D \stoptyping
+%D \stoptypen
%D
%D We cannot be sure that the first case isn't
%D
-%D \starttyping
+%D \starttypen
%D \special{tag:arguments}
-%D \stoptyping
+%D \stoptypen
%D
%D So we have to take care of that one too.
@@ -72,9 +72,9 @@
%D
%D Mimmicking specials is activated by saying:
%D
-%D \starttyping
+%D \starttypen
%D \mimmickspecials
-%D \stoptyping
+%D \stoptypen
%D
%D This commands redefines the \PLAIN\ \TEX\ primitive
%D \type{\special}.
@@ -126,10 +126,10 @@
%D
%D Which results in:
%D
-%D \startlines
-%D \getbuffer[tmp-1]
-%D \getbuffer[tmp-2]
-%D \stoplines
+%D \startregels
+%D \haalbuffer[tmp-1]
+%D \haalbuffer[tmp-2]
+%D \stopregels
%D \macros
%D {mimmickspecial}
@@ -137,9 +137,9 @@
%D When needed, one can call a mimmicked special directly by
%D saying for instance:
%D
-%D \starttyping
+%D \starttypen
%D \mimmickspecial a: \using...\endspecial
-%D \stoptyping
+%D \stoptypen
%D
%D This can be handy when specials have much in common.
@@ -152,9 +152,9 @@
%D One can for instance ignore all further specials by saying
%D \type{\normalspecial}:
%D
-%D \starttyping
+%D \starttypen
%D \def\defaultspecial#1{}
-%D \stoptyping
+%D \stoptypen
%D
%D But here we default to idle.