[latex3-commits] [l3svn] 01/04: Line lengths [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Tue Jun 27 15:52:07 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 7f9b9f2621a3b8589f74b18cbe341b8ceb729466
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jun 27 14:42:56 2017 +0100
Line lengths [ci skip]
---
l3kernel/l3file.dtx | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 2e532bd..118c6ec 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -118,7 +118,8 @@
% If the file is not found then the \meta{str var} is empty.
% \end{function}
%
-% \begin{function}[added = 2017-06-23, updated = 2017-06-26]{\file_parse_full_name:nNNN}
+% \begin{function}[added = 2017-06-23, updated = 2017-06-26]
+% {\file_parse_full_name:nNNN}
% \begin{syntax}
% \cs{file_parse_full_name:nNNN} \Arg{full name} \meta{dir} \meta{name} \meta{ext}
% \end{syntax}
@@ -127,13 +128,13 @@
% \begin{itemize}
% \item The \meta{dir}: everything up to the last |/| (path separator)
% in the \meta{file path}. As with system \texttt{PATH} variables
-% and related functions, the \meta{dir} does \emph{not} include the trailing
-% |/| unless it points to the root directory. If there is no path (only
+% and related functions, the \meta{dir} does \emph{not} include the
+% trailing |/| unless it points to the root directory. If there is no path (only
% a file name), \meta{dir} is empty.
% \item The \meta{name}: everything after the last |/| up to the last |.|,
% where both of those characters are optional. The \meta{name} may
-% contain multiple |.| characters. It is empty if \meta{full name} consists
-% only of a directory name.
+% contain multiple |.| characters. It is empty if \meta{full name}
+% consists only of a directory name.
% \item The \meta{ext}: everything after the last |.| (including the dot).
% The \meta{ext} is empty if there is no |.| after the last |/|.
% \end{itemize}
@@ -434,7 +435,11 @@
% file immediately: it is a dedicated version of \cs{iow_now:Nn}.
% \end{function}
%
-% \begin{function}{\iow_shipout:Nn, \iow_shipout:Nx, \iow_shipout:cn, \iow_shipout:cx}
+% \begin{function}
+% {
+% \iow_shipout:Nn, \iow_shipout:Nx,
+% \iow_shipout:cn, \iow_shipout:cx
+% }
% \begin{syntax}
% \cs{iow_shipout:Nn} \meta{stream} \Arg{tokens}
% \end{syntax}
@@ -453,7 +458,11 @@
% \end{texnote}
% \end{function}
%
-% \begin{function}[updated = 2012-09-08]{\iow_shipout_x:Nn, \iow_shipout_x:Nx, \iow_shipout_x:cn, \iow_shipout_x:cx}
+% \begin{function}[updated = 2012-09-08]
+% {
+% \iow_shipout_x:Nn, \iow_shipout_x:Nx,
+% \iow_shipout_x:cn, \iow_shipout_x:cx
+% }
% \begin{syntax}
% \cs{iow_shipout_x:Nn} \meta{stream} \Arg{tokens}
% \end{syntax}
@@ -641,7 +650,8 @@
% The \meta{str var} is then set to the \meta{sanitized name}.
% \end{function}
%
-% \begin{function}[added = 2017-06-19, updated = 2017-06-25]{\__file_name_quote:nN}
+% \begin{function}[added = 2017-06-19, updated = 2017-06-25]
+% {\__file_name_quote:nN}
% \begin{syntax}
% \cs{__file_name_quote:nN} \Arg{name} \meta{str var}
% \end{syntax}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list