summaryrefslogtreecommitdiff
path: root/luatexbase-attr.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-03-28 12:05:50 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-03-28 12:05:50 +0200
commitc578c7bf126c81d7ccb7c72e69dafe83435fd49d (patch)
treebbe943b5f63a9ab4eee8c5ad5ddb1e8f63979bc0 /luatexbase-attr.dtx
parenta4d87c87aa5e88885f134ffd720f47f2910358ca (diff)
downloadluatexbase-c578c7bf126c81d7ccb7c72e69dafe83435fd49d.tar.gz
update todo & fix typos in attr.pdf
Diffstat (limited to 'luatexbase-attr.dtx')
-rw-r--r--luatexbase-attr.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx
index d377f7c..f5e3093 100644
--- a/luatexbase-attr.dtx
+++ b/luatexbase-attr.dtx
@@ -152,12 +152,12 @@ See source file '\inFileName' for details.
% as |tex.atrribute.fooattr|, but not the attribute number).
%
% There are several ways to work around this. For example, it is possible to
-% extract the number at any time from the |\meaning| of |\foobar|.
+% extract the number at any time from the |\meaning| of |\fooattr|.
% Alternatively, one could look at |\the\allocationnumber| just after the
% definition of |\fooattr| and remember it in a Lua variable. For your
% convenience, this is automatically done by |\newluatexattribute|: the number
% is remembered in a dedicated Lua table so that you can get it as
-% |luatexbase.attributes.foobar| (mind the absence of backslash here) at any
+% |luatexbase.attributes.fooattr| (mind the absence of backslash here) at any
% time.
%
% Also, two Lua functions are provided that are analogous to the above \tex
@@ -399,8 +399,8 @@ end
% \section{Test files}
%
% The tests done are very basic: we just make sure that the package loads
-% correctly and the macros don't generate any error, under both LaTeX en
-% Plain TeX. We also check that the attribute's number is remembered well,
+% correctly and the macros don't generate any error, under both \latex and
+% Plain \tex. We also check that the attribute's number is remembered well,
% independently of the current value of |\escapechar|.
%
% \begin{macrocode}