1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

Updated NEWS with `describe-function' EIEIO support.

This commit is contained in:
David Engster 2014-01-09 21:51:56 +01:00
parent 05e0afceb9
commit 3ca34b22ec
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-01-09 David Engster <deng@randomsample.de>
* NEWS: Added new `describe-function' EIEIO support.
2014-01-09 Glenn Morris <rgm@gnu.org>
* SERVICE: Mark as obsolete.

View file

@ -168,6 +168,13 @@ non-nil, they output the same results.
+++
*** The key `?' now describes prefix bindings, like `C-h'.
*** The command `describe-function' was extended for EIEIO.
Running it on constructors will show a full description of the
generated class. For generic functions, if will show all
implementations together with links to the source. The old commands
`describe-class', `describe-constructor' and `describe-generic' were
removed.
*** The command `quail-help' is deleted. Use `C-h C-\'
(`describe-input-method') instead.