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

Select among Command Alternatives

The macro define-alternatives can be used to define generic commands. These are interactive functions whose implementation can be selected from several alternatives, as a matter of user preference.

Macro: define-alternatives command &rest customizations -
-

Define the new command command, a symbol.

When a user runs M-x command RET for the first time, Emacs prompts for which real form of the command to use, and records the selection by way of a custom variable. Using a prefix argument repeats this process of choosing an alternative.

The variable command-alternatives should contain an alist with alternative implementations of command. Until this variable is set, define-alternatives has no effect.

If customizations is non-nil, it should consist of alternating defcustom keywords (typically :group and :version) and values to add to the declaration of command-alternatives.

-
-
-

- 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/Generic-Commands.html -

-
-- cgit v1.2.3