summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
index 941400bb69a..b3efcd434c9 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
@@ -38,7 +38,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3drivers.dtx 5203 2014-07-15 08:59:02Z joseph $
+\GetIdInfo$Id: l3drivers.dtx 5308 2014-08-20 01:22:39Z bruno $
{L3 Experimental drivers}
%</driver|package>
%<*driver>
@@ -270,7 +270,7 @@
% concept is general enough to use a single function. However, it is
% important to remember this is a convenient shortcut: the arguments will
% be driver-specific. Note that these functions set the transformation matrix
-% to the current position: contrast with \cs{\@@_literal_direct:n}.
+% to the current position: contrast with \cs{@@_literal_direct:n}.
% \begin{macrocode}
\cs_new_protected:Npn \@@_literal:n #1
%<*dvipdfmx|xdvipdfmx>
@@ -302,7 +302,7 @@
% \end{macro}
%
% \begin{macro}[int]{\@@_literal_direct:n}
-% Even \enquote{lower level} than \cs{\@@_literal:n}, these commands do
+% Even \enquote{lower level} than \cs{@@_literal:n}, these commands do
% not set the transformation matrix but simply dump the driver code directly
% into the output. In the \texttt{(x)dvipdfmx} case this two-part keyword
% is documented (\emph{cf.}~|literal| alone).