From 8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Wed, 2 Oct 2013 23:14:06 +0800 Subject: [PATCH] Add an index for the table of syntax classes. * doc/lispref/syntax.texi (Syntax Class Table): Add an index for syntax class table. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/searching.texi | 1 + doc/lispref/syntax.texi | 1 + 3 files changed, 6 insertions(+) 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. -- 2.11.4.GIT