From: Richard M. Stallman Date: Sun, 25 Nov 2007 03:49:34 +0000 (+0000) Subject: (Eval During Expansion): Minor cleanup. X-Git-Tag: emacs-pretest-23.0.90~9475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc060ff7916412eeebe3dc52adad8e4417708630;p=emacs.git (Eval During Expansion): Minor cleanup. --- 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.