mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(Syntax Properties): Add cross reference.
This commit is contained in:
parent
4f45f65edf
commit
51750684cf
1 changed files with 6 additions and 4 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue