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 /doc/lispref/vol1.texi | |
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 'doc/lispref/vol1.texi')
-rw-r--r-- | doc/lispref/vol1.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index c0d5767697d..e8ef4f07683 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -785,6 +785,7 @@ Major and Minor Modes * Mode Line Format:: Customizing the text that appears in the mode line. * Imenu:: Providing a menu of definitions made in a buffer. * Font Lock Mode:: How modes can highlight text according to syntax. +* Auto-Indentation:: How to teach Emacs to indent for a major mode. * Desktop Save Mode:: How modes can have buffer state saved between Emacs sessions. |