diff options
| author | Lute Kamstra | 2005-04-28 11:33:59 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-28 11:33:59 +0000 |
| commit | 51750684cf8c137c05ff8a9380d97ede740667f2 (patch) | |
| tree | 912c7ea52082b01ca6b9c90e7d3a40dcaffe396e | |
| parent | 4f45f65edf4ddc7ecc703ec656d93b515a796598 (diff) | |
| download | emacs-51750684cf8c137c05ff8a9380d97ede740667f2.tar.gz emacs-51750684cf8c137c05ff8a9380d97ede740667f2.zip | |
(Syntax Properties): Add cross reference.
| -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. | |||
| 528 | @section Syntax Properties | 528 | @section Syntax Properties |
| 529 | @kindex syntax-table @r{(text property)} | 529 | @kindex syntax-table @r{(text property)} |
| 530 | 530 | ||
| 531 | When the syntax table is not flexible enough to specify the syntax of a | 531 | When the syntax table is not flexible enough to specify the syntax of |
| 532 | language, you can use @code{syntax-table} text properties to override | 532 | a language, you can use @code{syntax-table} text properties to |
| 533 | the syntax table for specific character occurrences in the buffer. | 533 | override the syntax table for specific character occurrences in the |
| 534 | @xref{Text Properties}. | 534 | buffer. @xref{Text Properties}. You can use Font Lock mode to set |
| 535 | @code{syntax-table} text properties. @xref{Setting Syntax | ||
| 536 | Properties}. | ||
| 535 | 537 | ||
| 536 | The valid values of @code{syntax-table} text property are: | 538 | The valid values of @code{syntax-table} text property are: |
| 537 | 539 | ||