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/functions.texi | |
parent | 9f286482cc42aa8647652c289ec96659732b8ef3 (diff) | |
download | emacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r-- | lispref/functions.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index b9a511f043a..e4241d9a967 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -64,9 +64,9 @@ the editor. See @ref{Writing Emacs Primitives}. @item lambda expression A @dfn{lambda expression} is a function written in Lisp. These are described in the following section. -@ifinfo +@ifnottex @xref{Lambda Expressions}. -@end ifinfo +@end ifnottex @item special form A @dfn{special form} is a primitive that is like a function but does not @@ -174,7 +174,7 @@ expression, but to be called as a function. @node Lambda Components @subsection Components of a Lambda Expression -@ifinfo +@ifnottex A function written in Lisp (a ``lambda expression'') is a list that looks like this: @@ -185,7 +185,7 @@ looks like this: [@var{interactive-declaration}] @var{body-forms}@dots{}) @end example -@end ifinfo +@end ifnottex @cindex lambda list The first element of a lambda expression is always the symbol |