* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...

* eval.texi (Special Forms): ...to here.
This commit is contained in:
Eli Zaretskii 2008-10-13 11:24:22 +00:00
parent 9b240644fb
commit 45e46036ff
4 changed files with 12 additions and 2 deletions

View file

@ -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".

View file

@ -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

View file

@ -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

View file

@ -1041,6 +1041,7 @@ freetype library, giving access to a wider range of font formats.
+++
** Variables cannot be both buffer-local and frame-local any more.
+++
** `functionp' returns nil for special forms.
I.e., it only returns t for objects that can be passed to `funcall'.