diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-27 11:18:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-27 11:18:34 +0000 |
commit | 3cb16ea755844a119296d79ee2315b6d466a3834 (patch) | |
tree | 08c852ee2cf7b20afa0fdb93b1b7e1852df69e8b /Build/source/texk/web2c/alephdir/com16bit.ch | |
parent | ba9b56da74a94b4f046a42493bce4ce75957fd4e (diff) |
Better wording of new TeX error message
Automatically generated xindy doc files
git-svn-id: svn://tug.org/texlive/trunk@16199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir/com16bit.ch')
-rw-r--r-- | Build/source/texk/web2c/alephdir/com16bit.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch index f240d4557ae..91cf6e3107d 100644 --- a/Build/source/texk/web2c/alephdir/com16bit.ch +++ b/Build/source/texk/web2c/alephdir/com16bit.ch @@ -1539,14 +1539,14 @@ if name=str_ptr-1 then {we can conserve string pool space now} @x [30.560] l.10898 - Check lengths @!file_opened:boolean; {was |tfm_file| successfully opened?} @y -@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes} +@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes?} @!file_opened:boolean; {was |tfm_file| successfully opened?} @z @x [30.561] l.10939 - Check lengths else print(" not loadable: Metric (TFM/OFM) file not found"); @y -else if name_too_long then print(" not loadable: Metric (TFM/OFM) name too long") +else if name_too_long then print(" not loadable: Metric (TFM/OFM) file name too long") else print(" not loadable: Metric (TFM/OFM) file not found"); @z |