diff options
| author | Richard M. Stallman | 2006-07-17 20:56:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-17 20:56:18 +0000 |
| commit | 90b80b6944967a203d7ecc74a81f447328b321bd (patch) | |
| tree | 8b57dd608b05b86ccbfcb0771abe3e339ffeed91 | |
| parent | f2920ffe8e0be5d4e9dd57e4fc673b7119cb0045 (diff) | |
| download | emacs-90b80b6944967a203d7ecc74a81f447328b321bd.tar.gz emacs-90b80b6944967a203d7ecc74a81f447328b321bd.zip | |
(Syntactic Font Lock): Give default for font-lock-syntax-table.
| -rw-r--r-- | lispref/modes.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index c98039d7ae0..8e64ece7066 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -2918,7 +2918,8 @@ way for a mode to set this variable to @code{t} is with | |||
| 2918 | @defvar font-lock-syntax-table | 2918 | @defvar font-lock-syntax-table |
| 2919 | This variable holds the syntax table to use for fontification of | 2919 | This variable holds the syntax table to use for fontification of |
| 2920 | comments and strings. Specify it using @var{syntax-alist} in | 2920 | comments and strings. Specify it using @var{syntax-alist} in |
| 2921 | @code{font-lock-defaults}. | 2921 | @code{font-lock-defaults}. If this is @code{nil}, fontification uses |
| 2922 | the buffer's syntax table. | ||
| 2922 | @end defvar | 2923 | @end defvar |
| 2923 | 2924 | ||
| 2924 | @defvar font-lock-beginning-of-syntax-function | 2925 | @defvar font-lock-beginning-of-syntax-function |