]> git.eshelyaron.com Git - emacs.git/commitdiff
(Eval During Expansion): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Nov 2007 03:49:34 +0000 (03:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Nov 2007 03:49:34 +0000 (03:49 +0000)
doc/lispref/macros.texi

index 152b7b652b6d88159a52433392a37f82e384826c..81477bb2effc020e4567de476f2c7c126511cfe3 100644 (file)
@@ -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.