]> git.eshelyaron.com Git - emacs.git/commit
Fix defvar-keymap example in elisp manual
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Aug 2022 14:47:22 +0000 (16:47 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 6 Aug 2022 15:17:38 +0000 (17:17 +0200)
commita3e894810a484aeac56d97f13d1c507e3d4eb0d5
tree7aea4d825f4d77dc39ff9e2013dd31027e51dd36
parent56783e605c847c5af57fd6382157f75dd6b14e6f
Fix defvar-keymap example in elisp manual

* lisp/textmodes/text-mode.el (text-mode-map): Convert to
defvar-keymap.
* doc/lispref/modes.texi (Example Major Modes): Fix example to
match code.
doc/lispref/modes.texi
lisp/textmodes/text-mode.el