]> git.eshelyaron.com Git - emacs.git/commit
EIEIO: Remove redundant type info in help
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2021 02:07:58 +0000 (21:07 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2021 02:07:58 +0000 (21:07 -0500)
commit9171061352a019acd5a4d6fef36cddfd78cf4ac1
tree221cbc0fb8a4942a1ceb1e25f5f80cde38fde637
parent82f96ed38013a5bb78815c61ddecb2a21fb273b9
EIEIO: Remove redundant type info in help

`C-h o` returned redundant info when used on EIEIO classes, listing
the same thing both for the type name and for the constructor name.

* lisp/emacs-lisp/eieio.el (help-fns-describe-function-functions):
Remove special case for defclass constructors.
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor): Declare it obsolete.
lisp/emacs-lisp/eieio-opt.el
lisp/emacs-lisp/eieio.el