diff options
| author | Richard M. Stallman | 2007-04-07 02:07:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 02:07:33 +0000 |
| commit | fb23b78ef28e16ea62e2f6f6f092ae9527a7693a (patch) | |
| tree | 4b70dce57ac33f0b15354cf76a48626b6d04d068 | |
| parent | 2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a (diff) | |
| download | emacs-fb23b78ef28e16ea62e2f6f6f092ae9527a7693a.tar.gz emacs-fb23b78ef28e16ea62e2f6f6f092ae9527a7693a.zip | |
(Byte Compilation): Improve index entry.
| -rw-r--r-- | lispref/compile.texi | 2 |
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 |
| 14 | in Lisp into a special representation called @dfn{byte-code} that can be | 14 | in Lisp into a special representation called @dfn{byte-code} that can be |