+2013-03-24 Eli Zaretskii <eliz@gnu.org>
+
+ * compile.texi (Byte-Code Objects): Add index entry.
+ (Disassembly): Add cross-references.
+
2013-03-23 Eli Zaretskii <eliz@gnu.org>
* frames.texi (Size Parameters): More accurate description of the
@section Byte-Code Function Objects
@cindex compiled function
@cindex byte-code function
+@cindex byte-code object
Byte-compiled functions have a special data type: they are
@dfn{byte-code function objects}. Whenever such an object appears as
point is left before the output.
The argument @var{object} can be a function name, a lambda expression
-or a byte-code object. If it is a lambda expression, @code{disassemble}
-compiles it and disassembles the resulting compiled code.
+(@pxref{Lambda Expressions}), or a byte-code object (@pxref{Byte-Code
+Objects}). If it is a lambda expression, @code{disassemble} compiles
+it and disassembles the resulting compiled code.
@end deffn
Here are two examples of using the @code{disassemble} function. We