diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-28 11:33:59 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-28 11:33:59 +0000 |
commit | 51750684cf8c137c05ff8a9380d97ede740667f2 (patch) | |
tree | 912c7ea52082b01ca6b9c90e7d3a40dcaffe396e /lispref/syntax.texi | |
parent | 4f45f65edf4ddc7ecc703ec656d93b515a796598 (diff) | |
download | emacs-51750684cf8c137c05ff8a9380d97ede740667f2.tar.gz |
(Syntax Properties): Add cross reference.
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r-- | lispref/syntax.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 248ed77c4e9..a9df79e9f57 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -528,10 +528,12 @@ execution starts. Other buffers are not affected. @section Syntax Properties @kindex syntax-table @r{(text property)} -When the syntax table is not flexible enough to specify the syntax of a -language, you can use @code{syntax-table} text properties to override -the syntax table for specific character occurrences in the buffer. -@xref{Text Properties}. +When the syntax table is not flexible enough to specify the syntax of +a language, you can use @code{syntax-table} text properties to +override the syntax table for specific character occurrences in the +buffer. @xref{Text Properties}. You can use Font Lock mode to set +@code{syntax-table} text properties. @xref{Setting Syntax +Properties}. The valid values of @code{syntax-table} text property are: |