elisp @@ macro
[bpt/guile.git] / doc / ref / indices.texi
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
7 @page
8 @node Concept Index
9 @unnumbered Concept Index
10
11 This index contains concepts, keywords and non-Schemey names for several
12 features, to make it easier to locate the desired sections.
13
14 @printindex cp
15
16
17 @page
18 @node Procedure Index
19 @unnumbered Procedure Index
20
21 @c FIXME::martin: Review me!
22
23 This is an alphabetical list of all the procedures and macros in Guile.
24 It also includes Guile's Autoconf macros.
25
26 When looking for a particular procedure, please look under its Scheme
27 name as well as under its C name. The C name can be constructed from
28 the Scheme names by a simple transformation described in the section
29 @xref{API Overview}.
30
31 @printindex fn
32
33
34 @page
35 @node Variable Index
36 @unnumbered Variable Index
37
38 @c FIXME::martin: Review me!
39
40 This is an alphabetical list of all the important variables and
41 constants in Guile.
42
43 When looking for a particular variable or constant, please look under
44 its Scheme name as well as under its C name. The C name can be
45 constructed from the Scheme names by a simple transformation described
46 in the section @xref{API Overview}.
47
48 @printindex vr
49
50
51 @page
52 @node Type Index
53 @unnumbered Type Index
54
55 This is an alphabetical list of all the important data types defined in
56 the Guile Programmers Manual.
57
58 @printindex tp
59