]> git.eshelyaron.com Git - emacs.git/commit
* lisp/help.el (help--analyze-key): Add new arg BUFFER (bug#51173).
authorJuri Linkov <juri@linkov.net>
Wed, 20 Oct 2021 17:54:57 +0000 (20:54 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 20 Oct 2021 17:54:57 +0000 (20:54 +0300)
commit59df93e2dda0c64ad36d21b600e56857003eed78
tree5d116c6148587871fe1b122344618caab868aa4a
parentcb8b12b56d174e1a7b6e940debb8a9467285ab9e
* lisp/help.el (help--analyze-key): Add new arg BUFFER (bug#51173).

* lisp/help.el (describe-key): Use BUFFER as arg for help--analyze-key.
(describe-key-briefly): Change arg UNTRANSLATED deprecated in 27.1
to BUFFER.

* lisp/gnus/gnus-art.el (gnus-article-describe-key)
(gnus-article-describe-key-briefly): Call describe-key and
describe-key-briefly with first arg as a cons with raw keys,
and the BUFFER arg set to the current buffer.
lisp/gnus/gnus-art.el
lisp/help.el