]> git.eshelyaron.com Git - emacs.git/commit
* lisp/help.el: Use 'C-h C-q' to toggle 'help-quick' window (bug#60249).
authorJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:48:40 +0000 (20:48 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:49:23 +0000 (20:49 +0200)
commitdb96b1282f90ee40560f81e8b715fe785badbb6e
tree8b5a49727cc218dab538fa05c769ddd19a34d784
parent489865c21e41b3f896ab2e57784b2f43dfb4829b
* lisp/help.el: Use 'C-h C-q' to toggle 'help-quick' window (bug#60249).

(help-map): Bind "C-q" to 'help-quick-toggle'.  Rebind "q" to 'help-quit'.
(help-quick): Replace help-quit-or-quick with help-quick-toggle.
(help-quick-toggle): New command.
(help-quit-or-quick): Remove command.
(help-for-help): Replace help-quick-or-quit with help-quick-toggle.
etc/NEWS
lisp/help.el