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/standard-abbrev-tables.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devdocs/elisp/standard-abbrev-tables.html (limited to 'devdocs/elisp/standard-abbrev-tables.html') diff --git a/devdocs/elisp/standard-abbrev-tables.html b/devdocs/elisp/standard-abbrev-tables.html new file mode 100644 index 00000000..12371e14 --- /dev/null +++ b/devdocs/elisp/standard-abbrev-tables.html @@ -0,0 +1,18 @@ +

Standard Abbrev Tables

Here we list the variables that hold the abbrev tables for the preloaded major modes of Emacs.

Variable: global-abbrev-table +

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.

+
Variable: local-abbrev-table +

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.

+
Variable: abbrev-minor-mode-table-alist +

The value of this variable is a list of elements of the form (mode . abbrev-table) where mode is the name of a variable: if the variable is bound to a non-nil value, then the abbrev-table is active, otherwise it is ignored. abbrev-table can also be a list of abbrev tables.

+
Variable: fundamental-mode-abbrev-table +

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.

+
Variable: text-mode-abbrev-table +

This is the local abbrev table used in Text mode.

+
Variable: lisp-mode-abbrev-table +

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 Abbrev Table Properties.

+
+

+ 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/Standard-Abbrev-Tables.html +

+
-- cgit v1.2.3