]> git.eshelyaron.com Git - emacs.git/commit
Don't bind <mouse-2> and RET in *Help* buffers
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 11:26:26 +0000 (13:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 11:26:26 +0000 (13:26 +0200)
commit99600ee7b4f7a6b8ab5a25817de21bfadd31c14c
tree26970d5798f1d6b352f47eec35d6674206555abd
parent02cbb37de73d563149389615ee44741322007108
Don't bind <mouse-2> and RET in *Help* buffers

* lisp/help-mode.el (help-mode-map): Remove key bindings for RET
and <mouse-2> (bug#49784).
(help-xref-stack, help-xref-forward-stack, help-xref-stack-item)
(help-make-xrefs): Fix doc strings -- these aren't used by
`help-follow', but by `help-follow-symbol'.
(help-follow-mouse, help-follow): Make obsolete.
lisp/help-mode.el