diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0a7a131c6a9..79ba145c5f3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * objects.texi (Char-Table Type): Add footnote about #^^. | ||
| 4 | |||
| 3 | * modes.texi (Minor Mode Conventions): Fix typo. | 5 | * modes.texi (Minor Mode Conventions): Fix typo. |
| 4 | 6 | ||
| 5 | 2013-02-12 Glenn Morris <rgm@gnu.org> | 7 | 2013-02-12 Glenn Morris <rgm@gnu.org> |
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. | |||
| 1179 | 1179 | ||
| 1180 | @cindex @samp{#^} read syntax | 1180 | @cindex @samp{#^} read syntax |
| 1181 | The printed representation of a char-table is like a vector | 1181 | The printed representation of a char-table is like a vector |
| 1182 | except that there is an extra @samp{#^} at the beginning. | 1182 | except that there is an extra @samp{#^} at the beginning.@footnote{You |
| 1183 | may also encounter @samp{#^^}, used for ``sub-char-tables''.} | ||
| 1183 | 1184 | ||
| 1184 | @xref{Char-Tables}, for special functions to operate on char-tables. | 1185 | @xref{Char-Tables}, for special functions to operate on char-tables. |
| 1185 | Uses of char-tables include: | 1186 | Uses of char-tables include: |