Add new convenience commands for *Help*
commit6fc48df5ae6244485a963d138c6441c50396deed
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 18:51:00 +0000 (15 20:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 18:51:00 +0000 (15 20:51 +0200)
tree02f66e8a03e68f795c791ad1f3986e93e87ffd86
parent6ae5a59e5275a54a91092ed5c50fe2b42748784a
Add new convenience commands for *Help*

* doc/emacs/help.texi (Help Mode): Document it (bug#36767).

* lisp/help-fns.el (help-fns-function-description-header)
(describe-variable, describe-face, describe-keymap)
(describe-mode): Add the required data.

* lisp/help-mode.el (help-mode-map): Add 'i' and 's'.
(help-mode--current-data): New variable.
(help-mode): Make it local.
(help-view-source, help-goto-info): New commands.
doc/emacs/help.texi
etc/NEWS
lisp/help-fns.el
lisp/help-mode.el