summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-02-14 17:26:41 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-02-14 17:26:41 +0100
commitcf803ad70f7a6ad2e7779875fcc02dd711706fc6 (patch)
treeb0602f037d8e025955d2fe1eebf962cd7e8bd90a /doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex
parent79bdc958cec8c084f8c8472e8f600c60969b03fa (diff)
downloadcontext-cf803ad70f7a6ad2e7779875fcc02dd711706fc6.tar.gz
2021-02-14 16:14:00
Diffstat (limited to 'doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex')
-rw-r--r--doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex
index 986d07b1b..9de79c5ee 100644
--- a/doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex
+++ b/doc/context/sources/general/manuals/lowlevel/lowlevel-boxes.tex
@@ -469,10 +469,10 @@ a private attribute we define one.
\startbuffer
\newattribute\MyAt
\setbox\scratchbox\hbox attr \MyAt 123 {whatever}
-[\the\boxattr\scratchbox\MyAt]
-\boxattr\scratchbox\MyAt 456
-[\the\boxattr\scratchbox\MyAt]
-[\ifnum\boxattr\scratchbox\MyAt>400 okay\fi]
+[\the\boxattribute\scratchbox\MyAt]
+\boxattribute\scratchbox\MyAt 456
+[\the\boxattribute\scratchbox\MyAt]
+[\ifnum\boxattribute\scratchbox\MyAt>400 okay\fi]
\stopbuffer
\typebuffer[option=TEX]