indices.texi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @c -*-texinfo-*-
  2. @c This is part of the GNU Guile Reference Manual.
  3. @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
  4. @c Free Software Foundation, Inc.
  5. @c See the file guile.texi for copying conditions.
  6. @page
  7. @node Concept Index
  8. @unnumbered Concept Index
  9. This index contains concepts, keywords and non-Schemey names for several
  10. features, to make it easier to locate the desired sections.
  11. @printindex cp
  12. @page
  13. @node Procedure Index
  14. @unnumbered Procedure Index
  15. @c FIXME::martin: Review me!
  16. This is an alphabetical list of all the procedures and macros in Guile.
  17. It also includes Guile's Autoconf macros.
  18. When looking for a particular procedure, please look under its Scheme
  19. name as well as under its C name. The C name can be constructed from
  20. the Scheme names by a simple transformation described in the section
  21. @xref{API Overview}.
  22. @printindex fn
  23. @page
  24. @node Variable Index
  25. @unnumbered Variable Index
  26. @c FIXME::martin: Review me!
  27. This is an alphabetical list of all the important variables and
  28. constants in Guile.
  29. When looking for a particular variable or constant, please look under
  30. its Scheme name as well as under its C name. The C name can be
  31. constructed from the Scheme names by a simple transformation described
  32. in the section @xref{API Overview}.
  33. @printindex vr
  34. @page
  35. @node Type Index
  36. @unnumbered Type Index
  37. This is an alphabetical list of all the important data types defined in
  38. the Guile Programmers Manual.
  39. @printindex tp