From a3675c13336afb0b37e0f211c649813f4f291224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Sep 2023 10:35:37 +0200 Subject: Further doc work. --- doc/ref/general/io.texi | 2 +- doc/ref/general/util-path.texi | 7 ++++++- doc/ref/general/util.texi | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/ref/general') 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] -- cgit v1.2.3