]> git.eshelyaron.com Git - emacs.git/commit
Allow reusing the *Help* window with `i'/`s/ commands
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 2 May 2022 09:30:43 +0000 (11:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 2 May 2022 09:30:52 +0000 (11:30 +0200)
commit97badaab7969ed5a306d6bcd320eb3d592a7f4ae
tree4017e53cfb5415ff53eb056e98d381a3c212cb5b
parent38945225596708a60d332d1f95dc9618e3d974b1
Allow reusing the *Help* window with `i'/`s/ commands

* doc/emacs/help.texi (Help): Document it.

* lisp/help-mode.el (help-function-def--button-function): Use it.
* lisp/help-mode.el (help-goto-info): Use it.

* lisp/help.el (help-window-select): Mention it.
(help-window-keep-selected): New user option (bug#9054).

* lisp/info-look.el (info-lookup-symbol):
(info-lookup): Allow keeping the same window.
doc/emacs/help.texi
etc/NEWS
lisp/help-mode.el
lisp/help.el
lisp/info-look.el