aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-07-01 20:30:23 +0300
committerEli Zaretskii2024-07-01 20:30:23 +0300
commit459e635099bad257fc6739ddfccc437cac11bc96 (patch)
tree2bed2d6f09aa77fa03c2ed7efd2b2f0a1704006a
parent7050128cfe91a86f87dfe495ce8c3a1c82337db6 (diff)
downloademacs-459e635099bad257fc6739ddfccc437cac11bc96.tar.gz
emacs-459e635099bad257fc6739ddfccc437cac11bc96.zip
; * etc/NEWS: Fix typo.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6428ef651aa..b99228f5a7a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -434,7 +434,7 @@ the signature) the automatically inferred function type as well.
434 434
435--- 435---
436*** 'describe-function' now shows the type of the function object. 436*** 'describe-function' now shows the type of the function object.
437The text used to say things like "car is is a built-in function" whereas 437The text used to say things like "car is a built-in function" whereas
438it now says "car is a primitive-function" where "primitive-function" is 438it now says "car is a primitive-function" where "primitive-function" is
439the symbol returned by 'cl-type-of'. You can click on those words to 439the symbol returned by 'cl-type-of'. You can click on those words to
440get information about that type. 440get information about that type.