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

A Sample Variable Description

A variable is a name that can be bound (or set) to an object. The object to which a variable is bound is called a value; we say also that variable holds that value. Although nearly all variables can be set by the user, certain variables exist specifically so that users can change them; these are called user options. Ordinary variables and user options are described using a format like that for functions, except that there are no arguments.

Here is a description of the imaginary electric-future-map variable.

Variable: electric-future-map -

The value of this variable is a full keymap used by Electric Command Future mode. The functions in this map allow you to edit commands you have not yet thought about executing.

-

User option descriptions have the same format, but ‘Variable’ is replaced by ‘User Option’.

-

- 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/A-Sample-Variable-Description.html -

-
-- cgit v1.2.3