diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index ec93a0b9c8a..339272d1f05 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -323,7 +323,7 @@ Programming Types | |||
| 323 | * Macro Type:: A method of expanding an expression into another | 323 | * Macro Type:: A method of expanding an expression into another |
| 324 | expression, more fundamental but less pretty. | 324 | expression, more fundamental but less pretty. |
| 325 | * Primitive Function Type:: A function written in C, callable from Lisp. | 325 | * Primitive Function Type:: A function written in C, callable from Lisp. |
| 326 | * Byte-Code Type:: A function written in Lisp, then compiled. | 326 | * Closure Type:: A function written in Lisp, then compiled. |
| 327 | * Record Type:: Compound objects with programmer-defined types. | 327 | * Record Type:: Compound objects with programmer-defined types. |
| 328 | * Type Descriptors:: Objects holding information about types. | 328 | * Type Descriptors:: Objects holding information about types. |
| 329 | * Autoload Type:: A type used for automatically loading seldom-used | 329 | * Autoload Type:: A type used for automatically loading seldom-used |
| @@ -657,7 +657,7 @@ Byte Compilation | |||
| 657 | * Docs and Compilation:: Dynamic loading of documentation strings. | 657 | * Docs and Compilation:: Dynamic loading of documentation strings. |
| 658 | * Eval During Compile:: Code to be evaluated when you compile. | 658 | * Eval During Compile:: Code to be evaluated when you compile. |
| 659 | * Compiler Errors:: Handling compiler error messages. | 659 | * Compiler Errors:: Handling compiler error messages. |
| 660 | * Byte-Code Objects:: The data type used for byte-compiled functions. | 660 | * Closure Objects:: The data type used for byte-compiled functions. |
| 661 | * Disassembly:: Disassembling byte-code; how to read byte-code. | 661 | * Disassembly:: Disassembling byte-code; how to read byte-code. |
| 662 | 662 | ||
| 663 | Native Compilation | 663 | Native Compilation |