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/eval.texi | |
parent | 9f286482cc42aa8647652c289ec96659732b8ef3 (diff) | |
download | emacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/eval.texi')
-rw-r--r-- | lispref/eval.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/eval.texi b/lispref/eval.texi index 80c07bf48a6..4c4e19b1a47 100644 --- a/lispref/eval.texi +++ b/lispref/eval.texi @@ -18,7 +18,7 @@ chapter. The interpreter runs automatically to evaluate portions of your program, but can also be called explicitly via the Lisp primitive function @code{eval}. -@ifinfo +@ifnottex @menu * Intro Eval:: Evaluation in the scheme of things. * Forms:: How various sorts of objects are evaluated. @@ -37,7 +37,7 @@ running any Lisp program really means running the Lisp interpreter. How the evaluator handles an object depends primarily on the data type of the object. -@end ifinfo +@end ifnottex @cindex forms @cindex expression |