]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Document the new behavior of `describe-function`
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 21:03:15 +0000 (17:03 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:20:36 +0000 (15:20 +0100)
I pushed commit accd79c93935 by accident.
Related to bug#69935

(cherry picked from commit 3197d7015b854944e326d68c5307b38f0a0d2d53)

etc/NEWS

index 726e319b2a11ca369fa8391190115227227f670d..db20afce856e8b341528d5589f5b1598a249baf5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -93,6 +93,12 @@ see the variable 'url-request-extra-headers'.
 \f
 * Changes in Emacs 30.1
 
+** '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 it now says "car is a primitive-function" where "primitive-function"
+is the symbol returned by `cl-type-of` and you can click on it to get
+information about that type.
+
 ** 'advice-remove' is now an interactive command.
 When called interactively, 'advice-remove' now prompts for an advised
 function to the advice to remove.