* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
2008-10-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* objects.texi (Primitive Function Type): Move "@cindex special
|
||||
forms" from here...
|
||||
|
||||
* eval.texi (Special Forms): ...to here.
|
||||
|
||||
* functions.texi (What Is a Function): `functionp' returns nil for
|
||||
special forms. Add an xref.
|
||||
|
||||
* elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
|
||||
Variables".
|
||||
|
||||
|
||||
@@ -410,7 +410,8 @@ expansion.
|
||||
|
||||
@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
|
||||
|
||||
@@ -1267,7 +1267,7 @@ without qualification, we mean a Lisp macro, not a keyboard macro.
|
||||
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user