diff options
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 032ba05248..f088934f5f 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -2,8 +2,7 @@ @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@setfilename ../../info/compile -@node Byte Compilation, Advising Functions, Loading, Top +@node Byte Compilation @chapter Byte Compilation @cindex byte compilation @cindex byte-code @@ -81,7 +80,6 @@ whereas the byte-compiled code required less than 4 seconds. These results are representative, but actual results may vary. @node Compilation Functions -@comment node-name, next, previous, up @section Byte-Compilation Functions @cindex compilation functions |