]> git.eshelyaron.com Git - emacs.git/commitdiff
Updated NEWS with `describe-function' EIEIO support.
authorDavid Engster <dengste@eml.cc>
Thu, 9 Jan 2014 20:51:56 +0000 (21:51 +0100)
committerDavid Engster <dengste@eml.cc>
Thu, 9 Jan 2014 20:51:56 +0000 (21:51 +0100)
etc/ChangeLog
etc/NEWS

index b7cfd7e5353e51bdfbadc58182f29837743b9666..6395e28f0053a2d6402121a853058de10eb3656d 100644 (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.
index 4463d690079b11d0c0d1a59341b6703664535dd1..a1033b9e6797acb63892ba7f087f1f5c4e7e1188 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.