summaryrefslogtreecommitdiff
path: root/luatexbase-attr.dtx
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-11-29 06:31:16 -0800
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-11-29 06:31:16 -0800
commite6f2ee928f26781bc8cd97f6febf365a90dd19fc (patch)
tree22748eac020382b4f9bca4f73894770deebb04a1 /luatexbase-attr.dtx
parentf09c1af734e78bc7986f3cac022befa76c09871e (diff)
parentc277244a226831be412432355829a8c0f4e65008 (diff)
downloadluatexbase-e6f2ee928f26781bc8cd97f6febf365a90dd19fc.tar.gz
Merge pull request #18 from phi-gamma/master
address issue #17
Diffstat (limited to 'luatexbase-attr.dtx')
-rw-r--r--luatexbase-attr.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx
index 5b7288f..4d2cf2a 100644
--- a/luatexbase-attr.dtx
+++ b/luatexbase-attr.dtx
@@ -391,9 +391,9 @@ local unset_attribute
local luatex_sty_counter = 'LuT@AllocAttribute'
if tex.count[luatex_sty_counter] then
if tex.count[luatex_sty_counter] > -1 then
- error("luatexbase error: attribute 0 has already been set by \newattribute"
- .."macro from luatex.sty, not belonging to this package, this makes"
- .."luaotfload unusable. Please report to the maintainer of luatex.sty")
+ error("luatexbase error: Attribute 0 has already been set by the \\newattribute "
+ .."macro from luatex.sty, not belonging to this package. This makes "
+ .."luaotfload unusable. Please report to the maintainer of luatex.sty.")
else
tex.count[luatex_sty_counter] = 0
end