diff options
| author | Xue Fuqiao | 2013-10-02 23:14:06 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-02 23:14:06 +0800 |
| commit | 8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb (patch) | |
| tree | 8d4ff627480bf791c1a4a1398fbc22763efc31bf /doc | |
| parent | afae9a69536f96194f8486118830dd6601f371e5 (diff) | |
| download | emacs-8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb.tar.gz emacs-8c1f51ffff1b4761a4c3b4dbe17237bb5902b4eb.zip | |
Add an index for the table of syntax classes.
* doc/lispref/syntax.texi (Syntax Class Table): Add an index for syntax class table.
Diffstat (limited to 'doc')
| -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 @@ | |||
| 1 | 2013-10-02 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * syntax.texi (Syntax Class Table): Add an index for syntax class table. | ||
| 4 | |||
| 1 | 2013-09-29 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-09-29 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * searching.texi (Regexp Search): Refine. | 7 | * 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''. | |||
| 1770 | Answer this question ``no'', and give up on the entire series of | 1770 | Answer this question ``no'', and give up on the entire series of |
| 1771 | questions, assuming that the answers will be ``no''. | 1771 | questions, assuming that the answers will be ``no''. |
| 1772 | 1772 | ||
| 1773 | @c FIXME: Document ‘unread-comment-events’? --xfq | ||
| 1773 | @item exit-prefix | 1774 | @item exit-prefix |
| 1774 | Like @code{exit}, but add the key that was pressed to | 1775 | Like @code{exit}, but add the key that was pressed to |
| 1775 | @code{unread-comment-events}. | 1776 | @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}. | |||
| 141 | 141 | ||
| 142 | @node Syntax Class Table | 142 | @node Syntax Class Table |
| 143 | @subsection Table of Syntax Classes | 143 | @subsection Table of Syntax Classes |
| 144 | @cindex syntax class table | ||
| 144 | 145 | ||
| 145 | Here is a table of syntax classes, the characters that designate | 146 | Here is a table of syntax classes, the characters that designate |
| 146 | them, their meanings, and examples of their use. | 147 | them, their meanings, and examples of their use. |