]> git.eshelyaron.com Git - emacs.git/commit
Document using make-composed-keymap with defvar-keymap
authorStefan Kangas <stefan@marxist.se>
Mon, 4 Jul 2022 16:19:20 +0000 (18:19 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 4 Jul 2022 16:19:53 +0000 (18:19 +0200)
commit616d3c24e2b75c240065abeb524b3c6613b9bb84
treea115c14386c546a690d0b69d0f728d74f3a5e990
parent6d3adedcf136e813daf2eb8ea24c61d27a52bd53
Document using make-composed-keymap with defvar-keymap

* doc/lispref/keymaps.texi (Inheritance and Keymaps): Document
using 'make-composed-keymap' with 'defvar-keymap'.

* lisp/help-mode.el (help-mode-map): Use defvar-keymap to make this
code match the above documentation change.
doc/lispref/keymaps.texi
lisp/help-mode.el