diff lispref/macros.texi @ 27193:89afca54a135

@ifinto -> @ifnottex.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 15:18:01 +0000
parents d4ac295a98b3
children 79e758f8571a
line wrap: on
line diff
--- a/lispref/macros.texi	Wed Jan 05 15:15:41 2000 +0000
+++ b/lispref/macros.texi	Wed Jan 05 15:18:01 2000 +0000
@@ -434,7 +434,7 @@
 @node Surprising Local Vars
 @subsection Local Variables in Macro Expansions
 
-@ifinfo
+@ifnottex
   In the previous section, the definition of @code{for} was fixed as
 follows to make the expansion evaluate the macro arguments the proper
 number of times:
@@ -452,7 +452,7 @@
        (inc ,var))))
 @end group
 @end smallexample
-@end ifinfo
+@end ifnottex
 
   The new definition of @code{for} has a new problem: it introduces a
 local variable named @code{max} which the user does not expect.  This