aboutsummaryrefslogtreecommitdiffstats
path: root/slib.texi
diff options
context:
space:
mode:
Diffstat (limited to 'slib.texi')
-rw-r--r--slib.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/slib.texi b/slib.texi
index 0a5b8f3..6e85a1a 100644
--- a/slib.texi
+++ b/slib.texi
@@ -331,7 +331,7 @@ supported formats for elements of catalog lists:
@item (@var{feature} . @i{<symbol>})
Redirects to the feature named @i{<symbol>}.
@item (@var{feature} . "@i{<path>}")
-Loads file @i{<path>}.
+Loads file @i{<path>}).
@item (@var{feature} source "@i{<path>"})
@cindex source
@code{slib:load}s the Scheme source file @i{<path>}.
@@ -372,6 +372,11 @@ appropriate for the implementation.
@code{macro:load}s the Scheme source file @i{<path>}.
@end table
+@c the following paragraph added by tb (Thomas Bushnell, BSG)
+@noindent
+Note that file names indicated as @i{<path>} may have ``.scm'' or
+another suffix appended to them, depending on the specific Scheme
+system you are using.
@node Catalog Creation, Catalog Vicinities, Library Catalogs, The Library System
@section Catalog Creation