# HG changeset patch # User Eli Zaretskii # Date 1223896999 0 # Node ID 2a93b311de33fd87e794335375aae1ee1e77b3ea # Parent 48cabcb7338042d6584648012f04f2aabd4b5463 * objects.texi (Primitive Function Type): Move "@cindex special forms" from here... * eval.texi (Special Forms): ...to here. diff -r 48cabcb73380 -r 2a93b311de33 doc/lispref/eval.texi --- 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 diff -r 48cabcb73380 -r 2a93b311de33 doc/lispref/objects.texi --- 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