From: Glenn Morris Date: Wed, 13 Feb 2013 02:25:02 +0000 (-0500) Subject: * doc/lispref/objects.texi (Char-Table Type): Add footnote about #^^. X-Git-Tag: emacs-24.3-rc1~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6c3e4b12030bf05d5b797ba57531559340a9fd5;p=emacs.git * doc/lispref/objects.texi (Char-Table Type): Add footnote about #^^. --- 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 @@ 2013-02-13 Glenn Morris + * objects.texi (Char-Table Type): Add footnote about #^^. + * modes.texi (Minor Mode Conventions): Fix typo. 2013-02-12 Glenn Morris 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: