diff options
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 445cb800d33..995a4d89352 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -1323,11 +1323,11 @@ with the name of the subroutine. | |||
| 1323 | @node Byte-Code Type | 1323 | @node Byte-Code Type |
| 1324 | @subsection Byte-Code Function Type | 1324 | @subsection Byte-Code Function Type |
| 1325 | 1325 | ||
| 1326 | The byte compiler produces @dfn{byte-code function objects}. | 1326 | @dfn{Byte-code function objects} are produced by byte-compiling Lisp |
| 1327 | Internally, a byte-code function object is much like a vector; however, | 1327 | code (@pxref{Byte Compilation}). Internally, a byte-code function |
| 1328 | the evaluator handles this data type specially when it appears as a | 1328 | object is much like a vector; however, the evaluator handles this data |
| 1329 | function to be called. @xref{Byte Compilation}, for information about | 1329 | type specially when it appears in a function call. @xref{Byte-Code |
| 1330 | the byte compiler. | 1330 | Objects}. |
| 1331 | 1331 | ||
| 1332 | The printed representation and read syntax for a byte-code function | 1332 | The printed representation and read syntax for a byte-code function |
| 1333 | object is like that for a vector, with an additional @samp{#} before the | 1333 | object is like that for a vector, with an additional @samp{#} before the |