]> git.eshelyaron.com Git - emacs.git/commit
Include the major mode name in the `C-h b' output
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 00:44:01 +0000 (01:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 00:44:01 +0000 (01:44 +0100)
commit686d85c767d7c14d0cc6351701396cd71da37630
treee3b0b08c240877227926bc9d961a72c6070fe8fb
parentc825c825256475ac5c74882811a44228140f18ee
Include the major mode name in the `C-h b' output

* lisp/calc/calc-help.el (calc-describe-bindings): Don't add the
name since it's there now.

* src/keymap.c (Fdescribe_buffer_bindings): Include the major mode
name for symmetry with the minor modes (and because it's easy to
forget).
lisp/calc/calc-help.el
src/keymap.c