[latex3-commits] [l3svn] r7317 - Document \l_file_search_path_seq and fix usage of \input at path

noreply at latex-project.org noreply at latex-project.org
Wed Jun 28 01:13:35 CEST 2017


Author: bruno
Date: 2017-06-28 01:13:35 +0200 (Wed, 28 Jun 2017)
New Revision: 7317

Modified:
   trunk/l3kernel/l3file.dtx
Log:
Document \l_file_search_path_seq and fix usage of \input at path


Modified: trunk/l3kernel/l3file.dtx
===================================================================
--- trunk/l3kernel/l3file.dtx	2017-06-27 13:48:07 UTC (rev 7316)
+++ trunk/l3kernel/l3file.dtx	2017-06-27 23:13:35 UTC (rev 7317)
@@ -90,10 +90,11 @@
 % \end{variable}
 %
 % \begin{variable}[added = 2017-06-18]{\l_file_search_path_seq}
-%   Each entry is a (relative) directory which should be searched when
-%   seeking a file. The entries are not expanded when used so
-%   may contain active characters but should not feature any variable
-%   content.
+%   Each entry is the path to a directory which should be searched when
+%   seeking a file. Each path can be relative or absolute, and should
+%   not include the trailing slash. The entries are not expanded when
+%   used so may contain active characters but should not feature any
+%   variable content. Spaces need not be quoted.
 % \end{variable}
 %
 % \begin{function}[TF, updated = 2012-02-10]{\file_if_exist:n}
@@ -892,8 +893,8 @@
 %<*package>
     \cs_if_exist:NT \input at path
       {
-        \clist_map_inline:Nn \input at path
-          { \@@_get_full_name_search:nN { ##1 / } \clist_map_break:n }
+        \tl_map_inline:Nn \input at path
+          { \@@_get_full_name_search:nN { ##1 } \tl_map_break:n }
       }
 %</package>
     \str_clear:N \l__file_full_name_str



More information about the latex3-commits mailing list