]> git.eshelyaron.com Git - emacs.git/commit
Add support for displaying short documentation for function groups
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 03:51:16 +0000 (05:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 03:51:16 +0000 (05:51 +0200)
commit2a7488d42d873c0ab4c24abfeb7183953cccef34
treeeec720bd12a2b1f8e7d4304b563334073b460f64
parentf38751db5dd9ff62367d382df85063e924239662
Add support for displaying short documentation for function groups

* doc/lispref/help.texi (Documentation Groups): Document it.

* lisp/help-fns.el (help-fns--mention-shortdoc-groups): Output
references to the shortdocs.

* lisp/emacs-lisp/shortdoc.el: New file.
doc/lispref/help.texi
etc/NEWS
lisp/emacs-lisp/shortdoc.el [new file with mode: 0644]
lisp/help-fns.el