summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-12-22 11:13:40 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-12-22 11:13:40 +0000
commita503df3fa6142f6f8d1788991fb0d029686cb312 (patch)
treef17320c7605ac9acaa4ff29df7ea90b44f3c038c /Build
parent654a4a3d7e606b35fc8ea690adc28d20cc26ab46 (diff)
ptex-base.ch: Include zw etc. in help message
git-svn-id: svn://tug.org/texlive/trunk@46119 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch8
2 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 63b06a49d7f..fd21d8f305c 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-21 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * ptex-base.ch: Include zw etc. in "Dimensions can be in units ..."
+ help message.
+
2017-11-30 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* ptex-base.ch: Suppress a space character printed after the name
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index 0b32a4d49b0..a8d1a8dd477 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -2259,6 +2259,14 @@ else if scan_keyword("sp") then goto done
@.sp@>
@z
+@x [26.459] pTeX: help message
+help6("Dimensions can be in units of em, ex, in, pt, pc,")@/
+ ("cm, mm, dd, cc, bp, or sp; but yours is a new one!")@/
+@y
+help6("Dimensions can be in units of em, ex, zw, zh, in, pt, pc,")@/
+ ("cm, mm, dd, cc, bp, H, Q, or sp; but yours is a new one!")@/
+@z
+
@x [27.464] l.9475 - pTeX: str_toks
if t=" " then t:=space_token
else t:=other_token+t;