From 5145dd3aa0c02c9fc496d1432fc4410674206e1d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:31 -0800 Subject: Import Upstream version 3a2 --- indexes.texi | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 indexes.texi (limited to 'indexes.texi') diff --git a/indexes.texi b/indexes.texi new file mode 100644 index 0000000..8733a05 --- /dev/null +++ b/indexes.texi @@ -0,0 +1,55 @@ + +@ifhtml +@node Index, Procedure and Macro Index, About SLIB, Top +@unnumbered Index +@end ifhtml + +@ifnotinfo +@menu +* Procedure and Macro Index:: +* Variable Index:: +* Concept Index:: +@ifhtml +* SLIB:: Full Table of Contents +@end ifhtml +@end menu +@end ifnotinfo + +@ifnotinfo +@node Procedure and Macro Index, Variable Index, Index, Index +@end ifnotinfo +@unnumbered Procedure and Macro Index + +This is an alphabetical list of all the procedures and macros in SLIB. + +@printindex fn + +@ifnotinfo +@node Variable Index, Concept Index, Procedure and Macro Index, Index +@end ifnotinfo +@unnumbered Variable Index + +This is an alphabetical list of all the global variables in SLIB. + +@printindex vr + +@ifnotinfo +@node Concept Index, , Variable Index, Index +@end ifnotinfo +@unnumbered Concept and Feature Index + +@printindex cp + +@ifhtml +@node SLIB, , , Index +@unnumbered SLIB +@noindent +@dfn{SLIB} is a portable library for the programming language +@dfn{Scheme}. It provides a platform independent framework for using +@dfn{packages} of Scheme procedures and syntax. As distributed, SLIB +contains useful packages for all Scheme implementations. Its catalog +can be transparently extended to accomodate packages specific to a site, +implementation, user, or directory. +@end ifhtml + +@contents -- cgit v1.2.3