summaryrefslogtreecommitdiff
path: root/tex/context/base/mkii/anch-pos.mkii
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkii/anch-pos.mkii')
-rw-r--r--tex/context/base/mkii/anch-pos.mkii4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkii/anch-pos.mkii b/tex/context/base/mkii/anch-pos.mkii
index b86cee5cc..bd6906d1c 100644
--- a/tex/context/base/mkii/anch-pos.mkii
+++ b/tex/context/base/mkii/anch-pos.mkii
@@ -847,10 +847,10 @@
%D provide a simple test on positione being on the same page.
%D
%D \starttyping
-%D \doifpositionsonsamepageelse{point a}{point b}
+%D \doifpositionsonsamepageelse{point a,point b}
%D {action when on same page}
%D {action when not on same page}
-%D \doifpositionsonthispageelse{point a}{point b}
+%D \doifpositionsonthispageelse{point a,point b}
%D {action when on this page}
%D {action when not on this page}
%D \stoptyping