summaryrefslogtreecommitdiff
path: root/devdocs/elisp/char_002dtable-type.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/char_002dtable-type.html
new repository
Diffstat (limited to 'devdocs/elisp/char_002dtable-type.html')
-rw-r--r--devdocs/elisp/char_002dtable-type.html10
1 files changed, 10 insertions, 0 deletions
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 @@
+ <h4 class="subsection">Char-Table Type</h4> <p>A <em>char-table</em> 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. </p> <p>The printed representation of a char-table is like a vector except that there is an extra ‘<samp>#^</samp>’ at the beginning.<a id="DOCF1" href="#FOOT1"><sup>1</sup></a> </p> <p>See <a href="char_002dtables">Char-Tables</a>, for special functions to operate on char-tables. Uses of char-tables include: </p> <ul> <li> Case tables (see <a href="case-tables">Case Tables</a>). </li>
+<li> Character category tables (see <a href="categories">Categories</a>). </li>
+<li> Display tables (see <a href="display-tables">Display Tables</a>). </li>
+<li> Syntax tables (see <a href="syntax-tables">Syntax Tables</a>). </li>
+</ul><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/Char_002dTable-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Char_002dTable-Type.html</a>
+ </p>
+</div>