]> git.eshelyaron.com Git - emacs.git/commit
Add a *Help* command that'll take you to the lispref manual
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 11:59:55 +0000 (12:59 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 11:59:55 +0000 (12:59 +0100)
commit031c2e46791925d70018945c9cb2c7c7f2c35efe
tree6115f3b2b1887fd8df39a308fd5e8ce149707ea3
parent487a0be7f7eb0ca9402247f13a11e39aa2946d05
Add a *Help* command that'll take you to the lispref manual

* doc/emacs/help.texi (Help Mode): Document it.
* lisp/help-mode.el (help-mode-map): Add an `I' keystroke.
(help-goto-lispref-info): New command.

* lisp/info-look.el (:mode): Add an entry for the lispref manual.
doc/emacs/help.texi
lisp/help-mode.el
lisp/info-look.el