aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-10 17:21:21 -0800
committerGlenn Morris2013-02-10 17:21:21 -0800
commit662abcc175d4e985a7258fdfaa69d43472d379b2 (patch)
tree13326d74733d6e2f8c43a7f378907c7403fde9d4
parent9d6c9dd13c47564d1226fbaebc7f22556ff62eab (diff)
downloademacs-662abcc175d4e985a7258fdfaa69d43472d379b2.tar.gz
emacs-662abcc175d4e985a7258fdfaa69d43472d379b2.zip
* doc/lispref/objects.texi (Char-Table Type): Add cindex.
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/objects.texi1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index cae1ff8676b..41ffef11059 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
12013-02-11 Glenn Morris <rgm@gnu.org> 12013-02-11 Glenn Morris <rgm@gnu.org>
2 2
3 * objects.texi (Char-Table Type): Add cindex.
4
3 * keymaps.texi (Key Binding Commands): Trivial rephrasing. 5 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
4 6
52013-02-09 Glenn Morris <rgm@gnu.org> 72013-02-09 Glenn Morris <rgm@gnu.org>
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 4b24d920f9f..7cc1d16a8a2 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1177,6 +1177,7 @@ inherit from, a default value, and a small number of extra slots to use for
1177special purposes. A char-table can also specify a single value for 1177special purposes. A char-table can also specify a single value for
1178a whole character set. 1178a whole character set.
1179 1179
1180@cindex @samp{#^} read syntax
1180 The printed representation of a char-table is like a vector 1181 The printed representation of a char-table is like a vector
1181except that there is an extra @samp{#^} at the beginning. 1182except that there is an extra @samp{#^} at the beginning.
1182 1183