summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/scrn-hlp.mklx
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/scrn-hlp.mklx')
-rw-r--r--tex/context/base/mkxl/scrn-hlp.mklx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/scrn-hlp.mklx b/tex/context/base/mkxl/scrn-hlp.mklx
index f8476cb8f..9f0c5dbdd 100644
--- a/tex/context/base/mkxl/scrn-hlp.mklx
+++ b/tex/context/base/mkxl/scrn-hlp.mklx
@@ -53,8 +53,8 @@
% also status
-\newbox \b_scrn_help_box
-\newcount\c_scrn_help_n
+\newbox \b_scrn_help_box
+\newinteger\c_scrn_help_n
\definesystemattribute[help][public]
@@ -79,7 +79,7 @@
\protected\def\scrn_help_argument#category%
{\def\currenthelp{#category}%
- \global\advance\c_scrn_help_n\plusone
+ \global\advanceby\c_scrn_help_n\plusone
\edef\currenthelpname{help:\number\c_scrn_help_n}%
\doifelselocation\scrn_help_argument_indeed\scrn_help_argument_ignore}
@@ -98,7 +98,7 @@
{#target}
\tolerant\protected\def\scrn_help_start#category#spacer[#reference]%
- {\global\advance\c_scrn_help_n\plusone
+ {\global\advanceby\c_scrn_help_n\plusone
\edef\currenthelp{#category}%
\edef\currenthelpreference{#reference}%
\edef\currenthelpname{help:\number\c_scrn_help_n}%