summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/searching.texi1
-rw-r--r--doc/lispref/syntax.texi1
3 files changed, 6 insertions, 0 deletions
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 <xfq.free@gmail.com>
+
+ * syntax.texi (Syntax Class Table): Add an index for syntax class table.
+
2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
* 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.