changeset 86435:52972c3aa85e

(Eval During Expansion): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Nov 2007 03:49:34 +0000
parents 1aadc9bdea81
children 72447710b4f2
files doc/lispref/macros.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/macros.texi	Sun Nov 25 03:49:12 2007 +0000
+++ b/doc/lispref/macros.texi	Sun Nov 25 03:49:34 2007 +0000
@@ -623,7 +623,7 @@
 
   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.