indices.texi 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. When looking for a particular procedure, please look under its Scheme
  18. name as well as under its C name. The C name can be constructed from
  19. the Scheme names by a simple transformation described in the section
  20. @xref{API Overview}.
  21. @printindex fn
  22. @page
  23. @node Variable Index
  24. @unnumbered Variable Index
  25. @c FIXME::martin: Review me!
  26. This is an alphabetical list of all the important variables and
  27. constants in Guile.
  28. When looking for a particular variable or constant, please look under
  29. its Scheme name as well as under its C name. The C name can be
  30. constructed from the Scheme names by a simple transformation described
  31. in the section @xref{API Overview}.
  32. @printindex vr
  33. @page
  34. @node Type Index
  35. @unnumbered Type Index
  36. This is an alphabetical list of all the important data types defined in
  37. the Guile Programmers Manual.
  38. @printindex tp