aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
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