diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 15:18:01 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 15:18:01 +0000 |
commit | 37680279159b37e6bcb20039988aff6a26204ad4 (patch) | |
tree | c8fdbf8abdf2de6c2b70285babc31b2a82b2403c /lispref/macros.texi | |
parent | 9f286482cc42aa8647652c289ec96659732b8ef3 (diff) | |
download | emacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/macros.texi')
-rw-r--r-- | lispref/macros.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/macros.texi b/lispref/macros.texi index 0a739bc3ba5..301dc124f39 100644 --- a/lispref/macros.texi +++ b/lispref/macros.texi @@ -434,7 +434,7 @@ described in the following section. @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 @@ number of times: (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 |