mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* doc/lispref/functions.texi (What Is a Function): Improve further
This commit is contained in:
parent
82635f40ed
commit
6e628ff99c
@ -219,10 +219,12 @@ function. For example:
|
||||
|
||||
@defun compiled-function-p object
|
||||
This function returns @code{t} if @var{object} is a function object
|
||||
that was either built-in (a.k.a.@: ``primitive'', @pxref{What Is a
|
||||
Function}), or byte-compiled (@pxref{Byte Compilation}), or
|
||||
natively-compiled (@pxref{Native Compilation}), or a function loaded
|
||||
from a dynamic module (@pxref{Dynamic Modules}).
|
||||
that is not in the form of ELisp source code but something like
|
||||
machine code or byte code instead. More specifically it returns
|
||||
@code{t} if the function is built-in (a.k.a.@: ``primitive'',
|
||||
@pxref{What Is a Function}), or byte-compiled (@pxref{Byte
|
||||
Compilation}), or natively-compiled (@pxref{Native Compilation}), or
|
||||
a function loaded from a dynamic module (@pxref{Dynamic Modules}).
|
||||
@end defun
|
||||
|
||||
@defun subr-arity subr
|
||||
|
Loading…
Reference in New Issue
Block a user