From: Xue Fuqiao Date: Wed, 2 Oct 2013 15:14:06 +0000 (+0800) Subject: Add an index for the table of syntax classes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb;p=emacs.git Add an index for the table of syntax classes. * doc/lispref/syntax.texi (Syntax Class Table): Add an index for syntax class table. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4a55b17127d..bfd55468812 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-02 Xue Fuqiao + + * syntax.texi (Syntax Class Table): Add an index for syntax class table. + 2013-09-29 Xue Fuqiao * searching.texi (Regexp Search): Refine. diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 993c2b26772..4a222a6e7af 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1770,6 +1770,7 @@ Do not take action for this question---in other words, ``no''. Answer this question ``no'', and give up on the entire series of questions, assuming that the answers will be ``no''. +@c FIXME: Document ‘unread-comment-events’? --xfq @item exit-prefix Like @code{exit}, but add the key that was pressed to @code{unread-comment-events}. diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 6bbd7a3a7b7..ae84cc974a8 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -141,6 +141,7 @@ Internals}. @node Syntax Class Table @subsection Table of Syntax Classes +@cindex syntax class table Here is a table of syntax classes, the characters that designate them, their meanings, and examples of their use.