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/char_002dtable-type.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/elisp/char_002dtable-type.html (limited to 'devdocs/elisp/char_002dtable-type.html') diff --git a/devdocs/elisp/char_002dtable-type.html b/devdocs/elisp/char_002dtable-type.html new file mode 100644 index 00000000..612bd087 --- /dev/null +++ b/devdocs/elisp/char_002dtable-type.html @@ -0,0 +1,10 @@ +

Char-Table Type

A char-table is a one-dimensional array of elements of any type, indexed by character codes. Char-tables have certain extra features to make them more useful for many jobs that involve assigning information to character codes—for example, a char-table can have a parent to inherit from, a default value, and a small number of extra slots to use for special purposes. A char-table can also specify a single value for a whole character set.

The printed representation of a char-table is like a vector except that there is an extra ‘#^’ at the beginning.1

See Char-Tables, for special functions to operate on char-tables. Uses of char-tables include:

+

+ 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/Char_002dTable-Type.html +

+
-- cgit v1.2.3