projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3e8c3
)
; * src/data.c (Fsubrp): Improve docstring.
author
Andrea Corallo
<acorallo@gnu.org>
Thu, 15 Aug 2024 08:47:00 +0000
(10:47 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Thu, 15 Aug 2024 08:54:26 +0000
(10:54 +0200)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 3490d4985c9053a6593a05b4902270452882d1ed..13b4593e005ed05206c94989a6d0e43cc93bd68e 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-505,7
+505,9
@@
DEFUN ("user-ptrp", Fuser_ptrp, Suser_ptrp, 1, 1, 0,
#endif
DEFUN ("subrp", Fsubrp, Ssubrp, 1, 1, 0,
- doc: /* Return t if OBJECT is a built-in function. */)
+ doc: /* Return t if OBJECT is a built-in or native compiled Lisp function.
+
+See also `primitive-function-p' and `native-comp-function-p'. */)
(Lisp_Object object)
{
if (SUBRP (object))