diff options
| -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 |