diff options
Diffstat (limited to 'slib.texi')
-rw-r--r-- | slib.texi | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |