summaryrefslogtreecommitdiff
path: root/devdocs/elisp/standard-abbrev-tables.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/standard-abbrev-tables.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/standard-abbrev-tables.html')
-rw-r--r--devdocs/elisp/standard-abbrev-tables.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/devdocs/elisp/standard-abbrev-tables.html b/devdocs/elisp/standard-abbrev-tables.html
deleted file mode 100644
index 12371e14f..000000000
--- a/devdocs/elisp/standard-abbrev-tables.html
+++ /dev/null
@@ -1,18 +0,0 @@
- <h3 class="section">Standard Abbrev Tables</h3> <p>Here we list the variables that hold the abbrev tables for the preloaded major modes of Emacs. </p> <dl> <dt id="global-abbrev-table">Variable: <strong>global-abbrev-table</strong>
-</dt> <dd><p>This is the abbrev table for mode-independent abbrevs. The abbrevs defined in it apply to all buffers. Each buffer may also have a local abbrev table, whose abbrev definitions take precedence over those in the global table. </p></dd>
-</dl> <dl> <dt id="local-abbrev-table">Variable: <strong>local-abbrev-table</strong>
-</dt> <dd><p>The value of this buffer-local variable is the (mode-specific) abbreviation table of the current buffer. It can also be a list of such tables. </p></dd>
-</dl> <dl> <dt id="abbrev-minor-mode-table-alist">Variable: <strong>abbrev-minor-mode-table-alist</strong>
-</dt> <dd><p>The value of this variable is a list of elements of the form <code>(<var>mode</var> . <var>abbrev-table</var>)</code> where <var>mode</var> is the name of a variable: if the variable is bound to a non-<code>nil</code> value, then the <var>abbrev-table</var> is active, otherwise it is ignored. <var>abbrev-table</var> can also be a list of abbrev tables. </p></dd>
-</dl> <dl> <dt id="fundamental-mode-abbrev-table">Variable: <strong>fundamental-mode-abbrev-table</strong>
-</dt> <dd><p>This is the local abbrev table used in Fundamental mode; in other words, it is the local abbrev table in all buffers in Fundamental mode. </p></dd>
-</dl> <dl> <dt id="text-mode-abbrev-table">Variable: <strong>text-mode-abbrev-table</strong>
-</dt> <dd><p>This is the local abbrev table used in Text mode. </p></dd>
-</dl> <dl> <dt id="lisp-mode-abbrev-table">Variable: <strong>lisp-mode-abbrev-table</strong>
-</dt> <dd><p>This is the local abbrev table used in Lisp mode. It is the parent of the local abbrev table used in Emacs Lisp mode. See <a href="abbrev-table-properties">Abbrev Table Properties</a>. </p></dd>
-</dl><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/Standard-Abbrev-Tables.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Standard-Abbrev-Tables.html</a>
- </p>
-</div>