summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/pdftex.web
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-28 15:05:17 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-28 15:05:17 +0000
commitfc56e407990a17211161063e5b95fd82653d26a0 (patch)
treef32d3b625a7952ed0f66faa867736ae6191bfa0e /Build/source/texk/web2c/pdftexdir/pdftex.web
parent1c78e692e29d84343e5bbb1f5a1c9442a5c35d28 (diff)
fixed an etex error message
git-svn-id: svn://tug.org/texlive/trunk@18033 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.web')
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex.web7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web
index 701eae8173c..995e7a7ff97 100644
--- a/Build/source/texk/web2c/pdftexdir/pdftex.web
+++ b/Build/source/texk/web2c/pdftexdir/pdftex.web
@@ -31113,11 +31113,12 @@ if a>=8 then
end
else j:=0;
if (cur_cmd<>def)and((a mod 4<>0)or(j<>0)) then
- begin print_err("You can't use `"); print_esc("long"); print("' or `");
- print_esc("outer"); print("' with `");
+ begin print_err("You can't use `"); print_esc("long"); print("', `");
+ print_esc("outer"); print("', or `");
+ print_esc("protected"); print("' with `");
@.You can't use \\long...@>
print_cmd_chr(cur_cmd,cur_chr); print_char("'");
- help1("I'll pretend you didn't say \long or \outer here.");
+ help1("I'll pretend you didn't say \long, \outer, or \protected here.");
error;
end