summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index 152b7b652b6..81477bb2eff 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -623,7 +623,7 @@ it. Here is an example:
Another problem with calling @code{eval} in a macro definition is that
it probably won't do what you intend in a compiled program. The
-byte-compiler runs macro definitions while compiling the program, when
+byte compiler runs macro definitions while compiling the program, when
the program's own computations (which you might have wished to access
with @code{eval}) don't occur and its local variable bindings don't
exist.