aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorJoakim Verona2012-02-15 15:12:49 +0100
committerJoakim Verona2012-02-15 15:12:49 +0100
commit02db17e53bf46c91b2cb8ee33b43d8ae252a1681 (patch)
treefcafa961e884648e15524130f1dbca55dc7093d0 /doc/lispref/objects.texi
parent736ab04e2752e7c3c5b5070a0d62279dcfb12b27 (diff)
parent1deeb569b1247db4c0b2eea4906a9e53e5ee7e99 (diff)
downloademacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.tar.gz
emacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.zip
upstream
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi10
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
1326The byte compiler produces @dfn{byte-code function objects}. 1326@dfn{Byte-code function objects} are produced by byte-compiling Lisp
1327Internally, a byte-code function object is much like a vector; however, 1327code (@pxref{Byte Compilation}). Internally, a byte-code function
1328the evaluator handles this data type specially when it appears as a 1328object is much like a vector; however, the evaluator handles this data
1329function to be called. @xref{Byte Compilation}, for information about 1329type specially when it appears in a function call. @xref{Byte-Code
1330the byte compiler. 1330Objects}.
1331 1331
1332The printed representation and read syntax for a byte-code function 1332The printed representation and read syntax for a byte-code function
1333object is like that for a vector, with an additional @samp{#} before the 1333object is like that for a vector, with an additional @samp{#} before the