projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7050128
)
; * etc/NEWS: Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Jul 2024 17:30:23 +0000
(20:30 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Jul 2024 17:30:23 +0000
(20:30 +0300)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 6428ef651aaf97dce0e28170395c047fe4eadf10..b99228f5a7a4b029eeda326e1dcc55a676615f41 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-434,7
+434,7
@@
the signature) the automatically inferred function type as well.
---
*** 'describe-function' now shows the type of the function object.
-The text used to say things like "car is
is
a built-in function" whereas
+The text used to say things like "car is a built-in function" whereas
it now says "car is a primitive-function" where "primitive-function" is
the symbol returned by 'cl-type-of'. You can click on those words to
get information about that type.