aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/util-path.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:35:37 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:35:37 +0200
commita3675c13336afb0b37e0f211c649813f4f291224 (patch)
tree53c480199fe2ce625af575188740fa4d12507712 /doc/ref/general/util-path.texi
parentRework file tree structure for info files. (diff)
downloadcalp-a3675c13336afb0b37e0f211c649813f4f291224.tar.gz
calp-a3675c13336afb0b37e0f211c649813f4f291224.tar.xz
Further doc work.
Diffstat (limited to 'doc/ref/general/util-path.texi')
-rw-r--r--doc/ref/general/util-path.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ref/general/util-path.texi b/doc/ref/general/util-path.texi
index 384915ef..9c1da19b 100644
--- a/doc/ref/general/util-path.texi
+++ b/doc/ref/general/util-path.texi
@@ -1,8 +1,13 @@
@node Path Utilities
@section Path Utilities
-Provided by the module @code{(hnh util path)}.
+An extended path library for Guile. This library builds upon the path
+utilities provided by @xref{File System,,,guile}, but adds
+manipulation procedures. These procedures should work no matter what
+the systems directory delimiter is, even though this documentation
+uses ``/'' for its examples.
+Provided by the module @code{(hnh util path)}.
@defun path-absolute? string
Alias of @code{absolute-file-name?} from Guile.