]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/functions.texi (What Is a Function): Improve further
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Aug 2022 22:45:58 +0000 (18:45 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Aug 2022 22:45:58 +0000 (18:45 -0400)
doc/lispref/functions.texi

index ddf7cff6c2eb7eabc57a3966c28e4ccdcba76df1..983dfe2ec597010003ec95d587c5484b6f68f55a 100644 (file)
@@ -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