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/keyboard-menus.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 devdocs/elisp/keyboard-menus.html (limited to 'devdocs/elisp/keyboard-menus.html') diff --git a/devdocs/elisp/keyboard-menus.html b/devdocs/elisp/keyboard-menus.html deleted file mode 100644 index ea7a0603..00000000 --- a/devdocs/elisp/keyboard-menus.html +++ /dev/null @@ -1,8 +0,0 @@ -

Menus and the Keyboard

When a prefix key ending with a keyboard event (a character or function key) has a definition that is a menu keymap, the keymap operates as a keyboard menu; the user specifies the next event by choosing a menu item with the keyboard.

Emacs displays the keyboard menu with the map’s overall prompt string, followed by the alternatives (the item strings of the map’s bindings), in the echo area. If the bindings don’t all fit at once, the user can type SPC to see the next line of alternatives. Successive uses of SPC eventually get to the end of the menu and then cycle around to the beginning. (The variable menu-prompt-more-char specifies which character is used for this; SPC is the default.)

When the user has found the desired alternative from the menu, he or she should type the corresponding character—the one whose binding is that alternative.

This variable specifies the character to use to ask to see the next line of a menu. Its initial value is 32, the code for SPC.

-
-

- 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/Keyboard-Menus.html -

-
-- cgit v1.2.3