diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-04 17:59:48 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-04 17:59:48 +0000 |
commit | 91c404ee0403060400c941a9546c4100a1b90b07 (patch) | |
tree | d2dd7cf5374c8953d1f7207387282479665511c9 /Build | |
parent | 97e420fd95c1f4e34378c64c88428cb7a37486d5 (diff) |
[XETEX] Fix overfull line in section 1374.
git-svn-id: svn://tug.org/texlive/trunk@55003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.ch b/Build/source/texk/web2c/xetexdir/xetex.ch index 19294829d60..c9c57f3c395 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.ch +++ b/Build/source/texk/web2c/xetexdir/xetex.ch @@ -672,8 +672,8 @@ undump_checked_things(0, pool_ptr, str_start_macro(too_big_char), str_ptr+1-too_ if is_native_font(k) or (font_mapping[k]<>0) then begin print_file_name(font_name[k],"",""); print_err("Can't \dump a format with native fonts or font-mappings"); - help3("You really, really don't want to do this.") - ("It won't work, and only confuses me.") + help3("You really, really don't want to do this.")@/ + ("It won't work, and only confuses me.")@/ ("(Load them at runtime, not as part of the format file.)"); error; end |