aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general')
-rw-r--r--doc/ref/general/io.texi2
-rw-r--r--doc/ref/general/util-path.texi7
-rw-r--r--doc/ref/general/util.texi3
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/ref/general/io.texi b/doc/ref/general/io.texi
index 8c83ddcf..3f67700b 100644
--- a/doc/ref/general/io.texi
+++ b/doc/ref/general/io.texi
@@ -1,5 +1,5 @@
@node IO operations
-@section IO
+@section IO operations
Provided by module @code{(hnh util io)}.
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.
diff --git a/doc/ref/general/util.texi b/doc/ref/general/util.texi
index bae19987..a85ff661 100644
--- a/doc/ref/general/util.texi
+++ b/doc/ref/general/util.texi
@@ -1,6 +1,9 @@
@node Miscellaneous utilities
@section Miscellaneous utilities
+A kitchen sink utility library. Note should be taken that some core
+procedures and forms are replaced, but all in compatible ways.
+
Provided by the module @code{(hnh util)}.
@defmac define-syntax [stx]