emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/macros.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/macros.texi,v
Date: Sun, 25 Nov 2007 03:49:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/11/25 03:49:35

Index: macros.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/macros.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- macros.texi 23 Sep 2007 15:20:22 -0000      1.3
+++ macros.texi 25 Nov 2007 03:49:34 -0000      1.4
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]