aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-13 11:24:22 +0000
committerEli Zaretskii2008-10-13 11:24:22 +0000
commit45e46036ffd84ba2ecfcdc8be4f8f8a13304bb11 (patch)
treeb0592320082b59a7cd9c6ee17ac437a65908e341 /doc/lispref/objects.texi
parent9b240644fbcd6132af216807d06e9e9f44f6d9ce (diff)
downloademacs-45e46036ffd84ba2ecfcdc8be4f8f8a13304bb11.tar.gz
emacs-45e46036ffd84ba2ecfcdc8be4f8f8a13304bb11.zip
* 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.texi2
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.
1267 1267
1268@node Primitive Function Type 1268@node Primitive Function Type
1269@subsection Primitive Function Type 1269@subsection Primitive Function Type
1270@cindex special forms 1270@cindex primitive function
1271 1271
1272 A @dfn{primitive function} is a function callable from Lisp but 1272 A @dfn{primitive function} is a function callable from Lisp but
1273written in the C programming language. Primitive functions are also 1273written in the C programming language. Primitive functions are also