comparison man/lispref/lispref.texi @ 318:afd57c14dfc8 r21-0b57

Import from CVS: tag r21-0b57
author cvs
date Mon, 13 Aug 2007 10:45:36 +0200
parents 70ad99077275
children 8bec6624d99b
comparison
equal deleted inserted replaced
317:a2fc9afbef65 318:afd57c14dfc8
138 * Control Structures:: Conditionals, loops, nonlocal exits. 138 * Control Structures:: Conditionals, loops, nonlocal exits.
139 * Variables:: Using symbols in programs to stand for values. 139 * Variables:: Using symbols in programs to stand for values.
140 * Functions:: A function is a Lisp program 140 * Functions:: A function is a Lisp program
141 that can be invoked from other functions. 141 that can be invoked from other functions.
142 * Macros:: Macros are a way to extend the Lisp language. 142 * Macros:: Macros are a way to extend the Lisp language.
143 * Customization:: Writing customization declarations.
143 144
144 * Loading:: Reading files of Lisp code into Lisp. 145 * Loading:: Reading files of Lisp code into Lisp.
145 * Byte Compilation:: Compilation makes programs run faster. 146 * Byte Compilation:: Compilation makes programs run faster.
146 * Debugging:: Tools and tips for debugging Lisp programs. 147 * Debugging:: Tools and tips for debugging Lisp programs.
147 148
1142 1143
1143 @include control.texi 1144 @include control.texi
1144 @include variables.texi 1145 @include variables.texi
1145 @include functions.texi 1146 @include functions.texi
1146 @include macros.texi 1147 @include macros.texi
1148 @include customize.texi
1147 1149
1148 @include loading.texi 1150 @include loading.texi
1149 @include compile.texi 1151 @include compile.texi
1150 @include debugging.texi 1152 @include debugging.texi
1151 @include streams.texi 1153 @include streams.texi