aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 02:07:33 +0000
committerRichard M. Stallman2007-04-07 02:07:33 +0000
commitfb23b78ef28e16ea62e2f6f6f092ae9527a7693a (patch)
tree4b70dce57ac33f0b15354cf76a48626b6d04d068
parent2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a (diff)
downloademacs-fb23b78ef28e16ea62e2f6f6f092ae9527a7693a.tar.gz
emacs-fb23b78ef28e16ea62e2f6f6f092ae9527a7693a.zip
(Byte Compilation): Improve index entry.
-rw-r--r--lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/compile.texi b/lispref/compile.texi
index 4a11e5b5f76..8f5c047fd6b 100644
--- a/lispref/compile.texi
+++ b/lispref/compile.texi
@@ -8,7 +8,7 @@
8@chapter Byte Compilation 8@chapter Byte Compilation
9@cindex byte compilation 9@cindex byte compilation
10@cindex byte-code 10@cindex byte-code
11@cindex compilation 11@cindex compilation (Emacs Lisp)
12 12
13 Emacs Lisp has a @dfn{compiler} that translates functions written 13 Emacs Lisp has a @dfn{compiler} that translates functions written
14in Lisp into a special representation called @dfn{byte-code} that can be 14in Lisp into a special representation called @dfn{byte-code} that can be