diff options
| author | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-02 23:14:06 +0800 |
|---|---|---|
| committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-02 23:14:06 +0800 |
| commit | 8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb (patch) | |
| tree | 8d4ff627480bf791c1a4a1398fbc22763efc31bf | |
| parent | afae9a69536f96194f8486118830dd6601f371e5 (diff) | |
| download | emacs-8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb.tar.gz | |
Add an index for the table of syntax classes.
* doc/lispref/syntax.texi (Syntax Class Table): Add an index for syntax class table.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/syntax.texi | 1 |
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. |
