diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-10-13 11:24:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-10-13 11:24:22 +0000 |
commit | 45e46036ffd84ba2ecfcdc8be4f8f8a13304bb11 (patch) | |
tree | b0592320082b59a7cd9c6ee17ac437a65908e341 /doc/lispref/objects.texi | |
parent | 9b240644fbcd6132af216807d06e9e9f44f6d9ce (diff) | |
download | emacs-45e46036ffd84ba2ecfcdc8be4f8f8a13304bb11.tar.gz |
* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r-- | doc/lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index ddb4a6e8e92..6185faeee3b 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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 |