diff options
author | Chong Yidong <cyd@gnu.org> | 2012-02-16 22:43:41 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-16 22:43:41 +0800 |
commit | 4230351b56aa91460e144ed0845692652c9b47ec (patch) | |
tree | a1ed79f490f25c40315a0ce090d8f2d4e8d392bf /admin | |
parent | 74db95ca362801386ca2ecd4cc9fc0d30a6d6b8f (diff) | |
download | emacs-4230351b56aa91460e144ed0845692652c9b47ec.tar.gz |
Update Syntax chapter of Lisp manual.
* doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors)
(Syntax Table Functions): Copyedits.
(Syntax Basics): Don't repeat the material in the preceding node.
(Syntax Class Table): Use a table.
(Syntax Properties): Document syntax-propertize-function and
syntax-propertize-extend-region-functions.
(Motion via Parsing): Fix indentation.
(Parser State): Update for the new "c" comment style. Fix
description of item 7 (comment style).
* doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index a5020c90319..79f61647ff2 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -220,7 +220,7 @@ sequences.texi cyd streams.texi cyd strings.texi cyd symbols.texi cyd -syntax.texi +syntax.texi cyd text.texi tips.texi variables.texi cyd |