[latex3-commits] [git/LaTeX3-latex3-latex3] master: Doc tweak [ci skip] (da9fbe0)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Mar 2 10:28:48 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/da9fbe05bfdeaa30beadca43bde5d53f754f4091
>---------------------------------------------------------------
commit da9fbe05bfdeaa30beadca43bde5d53f754f4091
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Mar 2 09:28:48 2018 +0000
Doc tweak [ci skip]
>---------------------------------------------------------------
da9fbe05bfdeaa30beadca43bde5d53f754f4091
l3kernel/l3drivers.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 4cf1f36..b510159 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -129,7 +129,7 @@
% \end{syntax}
% Sets the color to the CMYK values specified, all of which are
% fp denotations in the range $0$ and $1$. For drawing colors, see
-% \cs{driver_draw_color_cmyk:nnnn}, \emph{etc.}
+% \cs{driver_draw_stroke_cmyk:nnnn}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_gray:n}
@@ -138,7 +138,7 @@
% \end{syntax}
% Sets the color to the grayscale value specified, which is
% fp denotations in the range $0$ and $1$. For drawing colors, see
-% \cs{driver_draw_color_gray:n}, \emph{etc.}
+% \cs{driver_draw_stroke_gray:n}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_rgb:nnn}
@@ -147,7 +147,7 @@
% \end{syntax}
% Sets the color to the RGB values specified, all of which are
% fp denotations in the range $0$ and $1$. For drawing colors, see
-% \cs{driver_draw_color_rgb:nnn}, \emph{etc.}
+% \cs{driver_draw_stroke_rgb:nnn}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_reset:}
More information about the latex3-commits
mailing list