Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
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 |