* etc/NEWS: Fix a typo and expand the description of
'compiled-function-p'.
* doc/lispref/functions.texi (What Is a Function): Fix wording of
the documentation of 'compiled-function-p'.
@defun compiled-function-p object
This function returns @code{t} if @var{object} is a function object
-implemented in byte-code or machine code.
+that was either byte-compiled (@pxref{Byte Compilation}) or
+natively-compiled (@pxref{Native Compilation}).
@end defun
@defun subr-arity subr
* Lisp Changes in Emacs 29.1
+++
-** New function 'compile-function-p'.
+** New function 'compiled-function-p'.
+This returns non-nil if its argument is either a byte-compiled or a
+natively-compiled function object.
---
** 'deactivate-mark' can have new value 'dont-save'.