summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx b/Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx
index d6dd271ee25..16147a3fb2e 100644
--- a/Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx
+++ b/Master/texmf-dist/source/latex/l3experimental/l3color/l3color.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Released 2019-09-28}
+% \date{Released 2019-10-11}
%
% \maketitle
%
@@ -191,7 +191,7 @@
% \cs{color_show:n} \Arg{name}
% \end{syntax}
% Displays the color specification stored in the \meta{name} on the
-% terminal
+% terminal.
% \end{function}
%
% \section{Selecting colors}
@@ -243,7 +243,9 @@
% \cs{color_parse:nN} \Arg{color expression} \Arg{tl}
% \end{syntax}
% Parses the \meta{color expression} as described above, and sets the
-% \meta{tl} the the equivalent \meta{core color representation}.
+% \meta{tl} the the equivalent \meta{core color representation}
+% (used at the backend level and based on \texttt{dvips} color
+% representation).
% \end{function}
%
% \section{Spot colors}
@@ -265,7 +267,7 @@
%
% \begin{macrocode}
%<*package>
-\ProvidesExplPackage{l3color}{2019-09-28}{}
+\ProvidesExplPackage{l3color}{2019-10-11}{}
{L3 Experimental color support}
%</package>
% \end{macrocode}
@@ -474,7 +476,7 @@
{ \@@_parse_loop_init:Nnn #1 {#2} {#3} }
}
{
- \__kernel_msg_error:nnn { color } { unknown-color } {#3}
+ \__kernel_msg_error:nnn { color } { unknown-color } {#2}
\tl_set_eq:NN \l_@@_current_tl \l_@@_named_black_tl
}
}
@@ -699,8 +701,8 @@
% \end{macro}
%
% \begin{macro}{\@@_select:}
-% A driver-neutral location for \enquote{last minute} manipulations before
-% handing off to the driver code. We set the special |.| syntax here: this
+% A backend-neutral location for \enquote{last minute} manipulations before
+% handing off to the backend code. We set the special |.| syntax here: this
% will therefore always be available. The finalisation is separate from the
% main function so it can also be applied to \emph{e.g.}~page color.
% \begin{macrocode}
@@ -714,7 +716,7 @@
%
% \begin{macro}{\color_select:n}
% \begin{macro}{\color_select:nn}
-% Parse the input expressions then get the driver to actually activate
+% Parse the input expressions then get the backend to actually activate
% them.
% \begin{macrocode}
\cs_new_protected:Npn \color_select:n #1