emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112127: Minor improvements in ELisp


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112127: Minor improvements in ELisp manual.
Date: Sun, 24 Mar 2013 19:55:06 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112127
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-24 19:55:06 +0200
message:
  Minor improvements in ELisp manual.
  
   doc/lispref/compile.texi (Byte-Code Objects): Add index entry.
   (Disassembly): Add cross-references.
modified:
  doc/lispref/ChangeLog
  doc/lispref/compile.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-03-23 09:33:00 +0000
+++ b/doc/lispref/ChangeLog     2013-03-24 17:55:06 +0000
@@ -1,3 +1,8 @@
+2013-03-24  Eli Zaretskii  <address@hidden>
+
+       * compile.texi (Byte-Code Objects): Add index entry.
+       (Disassembly): Add cross-references.
+
 2013-03-23  Eli Zaretskii  <address@hidden>
 
        * frames.texi (Size Parameters): More accurate description of the

=== modified file 'doc/lispref/compile.texi'
--- a/doc/lispref/compile.texi  2013-01-01 09:11:05 +0000
+++ b/doc/lispref/compile.texi  2013-03-24 17:55:06 +0000
@@ -514,6 +514,7 @@
 @section Byte-Code Function Objects
 @cindex compiled function
 @cindex byte-code function
address@hidden byte-code object
 
   Byte-compiled functions have a special data type: they are
 @dfn{byte-code function objects}.  Whenever such an object appears as
@@ -606,8 +607,9 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]