summaryrefslogtreecommitdiff
path: root/devdocs/elisp/a-sample-variable-description.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/a-sample-variable-description.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/a-sample-variable-description.html')
-rw-r--r--devdocs/elisp/a-sample-variable-description.html8
1 files changed, 0 insertions, 8 deletions
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 @@
- <h4 class="subsubsection">A Sample Variable Description</h4> <p>A <em>variable</em> is a name that can be <em>bound</em> (or <em>set</em>) to an object. The object to which a variable is bound is called a <em>value</em>; 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 <em>user options</em>. Ordinary variables and user options are described using a format like that for functions, except that there are no arguments. </p> <p>Here is a description of the imaginary <code>electric-future-map</code> variable. </p> <dl> <dt id="electric-future-map">Variable: <strong>electric-future-map</strong>
-</dt> <dd><p>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. </p></dd>
-</dl> <p>User option descriptions have the same format, but ‘<samp>Variable</samp>’ is replaced by ‘<samp>User Option</samp>’. </p><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/A-Sample-Variable-Description.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/A-Sample-Variable-Description.html</a>
- </p>
-</div>