diff options
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. | |||
| 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 |
| 1273 | written in the C programming language. Primitive functions are also | 1273 | written in the C programming language. Primitive functions are also |