]> git.eshelyaron.com Git - emacs.git/commit
Edit the lispref manual for define-key/keymap-set fallout
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Nov 2021 22:54:48 +0000 (23:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Nov 2021 22:55:00 +0000 (23:55 +0100)
commit1efc14561d6ec735cd35ac5e8124c4c244b1f1a2
tree9e699f8d5d7a7fddf0b7e30ba5c50ea8d221ea61
parent50379fb78d04deb9f422b906add126219a1a775d
Edit the lispref manual for define-key/keymap-set fallout

* doc/lispref/variables.texi (Tips for Defining):
* doc/lispref/text.texi (Clickable Text):
* doc/lispref/modes.texi (Derived Modes):
(Example Major Modes):
* doc/lispref/loading.texi (Autoload):
(Hooks for Loading):
* doc/lispref/keymaps.texi (Creating Keymaps):
(Inheritance and Keymaps):
(Controlling Active Maps):
(Changing Key Bindings):
(Low-Level Key Binding):
(Remapping Commands):
(Translation Keymaps):
(Key Binding Commands):
* doc/lispref/help.texi (Help Functions):
* doc/lispref/display.texi (Abstract Display Example):
* doc/lispref/commands.texi (Interactive Codes):
(Keyboard Events):
(Misc Events):
(Classifying Events):
(Strings of Events): Prefer `keymap-set' instead of `define-key'
most places, and use `defvar-keymap' in some of the examples.
doc/lispref/commands.texi
doc/lispref/display.texi
doc/lispref/help.texi
doc/lispref/keymaps.texi
doc/lispref/loading.texi
doc/lispref/modes.texi
doc/lispref/text.texi
doc/lispref/variables.texi