summaryrefslogtreecommitdiff
path: root/devdocs/elisp/keymap-type.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/keymap-type.html')
-rw-r--r--devdocs/elisp/keymap-type.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/keymap-type.html b/devdocs/elisp/keymap-type.html
new file mode 100644
index 00000000..2f30d61e
--- /dev/null
+++ b/devdocs/elisp/keymap-type.html
@@ -0,0 +1,6 @@
+ <h4 class="subsection">Keymap Type</h4> <p>A <em>keymap</em> maps keys typed by the user to commands. This mapping controls how the user’s command input is executed. A keymap is actually a list whose <small>CAR</small> is the symbol <code>keymap</code>. </p> <p>See <a href="keymaps">Keymaps</a>, for information about creating keymaps, handling prefix keys, local as well as global keymaps, and changing key bindings. </p><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymap-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymap-Type.html</a>
+ </p>
+</div>