[latex3-commits] [latex3/l3sys-query] main: Document that pwd() returns abs. path (591b497)

github at latex-project.org github at latex-project.org
Thu Mar 14 22:41:07 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/591b497c557f02212c814cc38b0c0732da6b65fa

>---------------------------------------------------------------

commit 591b497c557f02212c814cc38b0c0732da6b65fa
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 14 21:41:07 2024 +0000

    Document that pwd() returns abs. path


>---------------------------------------------------------------

591b497c557f02212c814cc38b0c0732da6b65fa
 CHANGELOG.md         | 3 +++
 l3sys-query-tool.tex | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9792b8..e0545b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based
 ### Added
 - PDF documentation in distribution
 
+### Changed
+- Documentation tweaks
+
 ## [2024-03-14]
 
 ### Added
diff --git a/l3sys-query-tool.tex b/l3sys-query-tool.tex
index 2f83996..caf59b6 100644
--- a/l3sys-query-tool.tex
+++ b/l3sys-query-tool.tex
@@ -180,9 +180,9 @@ queried, this for example |graphics/*.png| will list all |png| files in the
 
 \subsection{\texttt{pwd}}
 
-Returns the present working directory from which \texttt{l3sys-query} is run.
-From within a \TeX{} run, this will (usually) be the directory containing the
-main file, assuming a command such as
+Returns the absolute path to the current working directory from which
+\texttt{l3sys-query} is run. From within a \TeX{} run, this will (usually) be
+the directory containing the main file, assuming a command such as
 \begin{verbatim}
   pdflatex main.tex
 \end{verbatim}





More information about the latex3-commits mailing list.