summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/s-fonts-tables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-fonts-tables.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/s-fonts-tables.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-fonts-tables.lua b/Master/texmf-dist/tex/context/base/s-fonts-tables.lua
index dcf189f3206..3cf1286a7e3 100644
--- a/Master/texmf-dist/tex/context/base/s-fonts-tables.lua
+++ b/Master/texmf-dist/tex/context/base/s-fonts-tables.lua
@@ -121,7 +121,7 @@ local function typesettable(t,keys,synonyms,nesting,prefix)
elseif v == "basepoints" then
context("%sbp",tk)
elseif v == "scaledpoints" then
- context(number.points(tk))
+ context("%p",tk)
elseif v == "table" then
context("<table>")
else -- if v == "integerscale" then