Mercurial > emacs
changeset 98686:2a93b311de33
* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Oct 2008 11:23:19 +0000 |
parents | 48cabcb73380 |
children | eaf07c77b37b |
files | doc/lispref/eval.texi doc/lispref/objects.texi |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/eval.texi Mon Oct 13 11:18:02 2008 +0000 +++ b/doc/lispref/eval.texi Mon Oct 13 11:23:19 2008 +0000 @@ -410,7 +410,8 @@ @node Special Forms @subsection Special Forms -@cindex special form evaluation +@cindex special forms +@cindex evaluation of special forms A @dfn{special form} is a primitive function specially marked so that its arguments are not all evaluated. Most special forms define control
--- a/doc/lispref/objects.texi Mon Oct 13 11:18:02 2008 +0000 +++ b/doc/lispref/objects.texi Mon Oct 13 11:23:19 2008 +0000 @@ -1267,7 +1267,7 @@ @node Primitive Function Type @subsection Primitive Function Type -@cindex special forms +@cindex primitive function A @dfn{primitive function} is a function callable from Lisp but written in the C programming language. Primitive functions are also