aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-04-28 11:33:59 +0000
committerLute Kamstra2005-04-28 11:33:59 +0000
commit51750684cf8c137c05ff8a9380d97ede740667f2 (patch)
tree912c7ea52082b01ca6b9c90e7d3a40dcaffe396e
parent4f45f65edf4ddc7ecc703ec656d93b515a796598 (diff)
downloademacs-51750684cf8c137c05ff8a9380d97ede740667f2.tar.gz
emacs-51750684cf8c137c05ff8a9380d97ede740667f2.zip
(Syntax Properties): Add cross reference.
-rw-r--r--lispref/syntax.texi10
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
531When the syntax table is not flexible enough to specify the syntax of a 531When the syntax table is not flexible enough to specify the syntax of
532language, you can use @code{syntax-table} text properties to override 532a language, you can use @code{syntax-table} text properties to
533the syntax table for specific character occurrences in the buffer. 533override the syntax table for specific character occurrences in the
534@xref{Text Properties}. 534buffer. @xref{Text Properties}. You can use Font Lock mode to set
535@code{syntax-table} text properties. @xref{Setting Syntax
536Properties}.
535 537
536The valid values of @code{syntax-table} text property are: 538The valid values of @code{syntax-table} text property are:
537 539