From 662abcc175d4e985a7258fdfaa69d43472d379b2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Feb 2013 17:21:21 -0800 Subject: * doc/lispref/objects.texi (Char-Table Type): Add cindex. --- doc/lispref/objects.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/lispref/objects.texi') 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 special purposes. A char-table can also specify a single value for a whole character set. +@cindex @samp{#^} read syntax The printed representation of a char-table is like a vector except that there is an extra @samp{#^} at the beginning. -- cgit v1.2.1 From b6c3e4b12030bf05d5b797ba57531559340a9fd5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 12 Feb 2013 21:25:02 -0500 Subject: * doc/lispref/objects.texi (Char-Table Type): Add footnote about #^^. --- doc/lispref/objects.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/lispref/objects.texi') diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 7cc1d16a8a2..0437d2337a3 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -1179,7 +1179,8 @@ a whole character set. @cindex @samp{#^} read syntax The printed representation of a char-table is like a vector -except that there is an extra @samp{#^} at the beginning. +except that there is an extra @samp{#^} at the beginning.@footnote{You +may also encounter @samp{#^^}, used for ``sub-char-tables''.} @xref{Char-Tables}, for special functions to operate on char-tables. Uses of char-tables include: -- cgit v1.2.1 From 9bed73f34308231324c976e68f9bf413ba6d94cd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Mar 2013 18:09:31 -0800 Subject: * doc/lispref/objects.texi (Symbol Type): Fix typo. --- doc/lispref/objects.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/lispref/objects.texi') diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 0437d2337a3..3b7dc41335b 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -565,8 +565,8 @@ Lisp, upper case and lower case letters are distinct. @end quotation Here are several examples of symbol names. Note that the @samp{+} in -the fifth example is escaped to prevent it from being read as a number. -This is not necessary in the fourth example because the rest of the name +the fourth example is escaped to prevent it from being read as a number. +This is not necessary in the sixth example because the rest of the name makes it invalid as a number. @example -- cgit v1.2.1