From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/a-sample-variable-description.html | 8 ++++++++ 1 file changed, 8 insertions(+) create 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 new file mode 100644 index 00000000..5fd80e6f --- /dev/null +++ b/devdocs/elisp/a-sample-variable-description.html @@ -0,0 +1,8 @@ +

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