From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/keymaps.html | 91 ---------------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 devdocs/elisp/keymaps.html (limited to 'devdocs/elisp/keymaps.html') diff --git a/devdocs/elisp/keymaps.html b/devdocs/elisp/keymaps.html deleted file mode 100644 index 0eb41e19..00000000 --- a/devdocs/elisp/keymaps.html +++ /dev/null @@ -1,91 +0,0 @@ -

Keymaps

The command bindings of input events are recorded in data structures called keymaps. Each entry in a keymap associates (or binds) an individual event type, either to another keymap or to a command. When an event type is bound to a keymap, that keymap is used to look up the next input event; this continues until a command is found. The whole process is called key lookup.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymaps.html -

-
-- cgit v1.2.3