diff options
| author | Joakim Verona | 2012-02-15 15:12:49 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-02-15 15:12:49 +0100 |
| commit | 02db17e53bf46c91b2cb8ee33b43d8ae252a1681 (patch) | |
| tree | fcafa961e884648e15524130f1dbca55dc7093d0 /doc/lispref/objects.texi | |
| parent | 736ab04e2752e7c3c5b5070a0d62279dcfb12b27 (diff) | |
| parent | 1deeb569b1247db4c0b2eea4906a9e53e5ee7e99 (diff) | |
| download | emacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.tar.gz emacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.zip | |
upstream
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 |