diff options
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index e140998d652..ddf7cff6c2e 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -219,7 +219,7 @@ function. For example: | |||
| 219 | 219 | ||
| 220 | @defun compiled-function-p object | 220 | @defun compiled-function-p object |
| 221 | This function returns @code{t} if @var{object} is a function object | 221 | This function returns @code{t} if @var{object} is a function object |
| 222 | that was either built-in (a.k.a.@: ``primitive'', @pxref{What is a | 222 | that was either built-in (a.k.a.@: ``primitive'', @pxref{What Is a |
| 223 | Function}), or byte-compiled (@pxref{Byte Compilation}), or | 223 | Function}), or byte-compiled (@pxref{Byte Compilation}), or |
| 224 | natively-compiled (@pxref{Native Compilation}), or a function loaded | 224 | natively-compiled (@pxref{Native Compilation}), or a function loaded |
| 225 | from a dynamic module (@pxref{Dynamic Modules}). | 225 | from a dynamic module (@pxref{Dynamic Modules}). |