Mercurial > emacs
diff lispref/syntax.texi @ 61907:eea6ec994be4
(Syntax Properties): Add cross reference.
| author | Lute Kamstra <lute@gnu.org> |
|---|---|
| date | Thu, 28 Apr 2005 11:33:59 +0000 |
| parents | 063380bc7803 |
| children | e7539bdc68d1 08185296b491 |
line wrap: on
line diff
--- a/lispref/syntax.texi Thu Apr 28 11:32:54 2005 +0000 +++ b/lispref/syntax.texi Thu Apr 28 11:33:59 2005 +0000 @@ -528,10 +528,12 @@ @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:
