aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/util-path.texi
diff options
context:
space:
mode:
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.