diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-04-26 12:17:42 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-04-26 12:17:42 +0000 |
commit | 030cd69ff13d95f439ca0d13a03215fc45959789 (patch) | |
tree | 4554735b53848a05f107b8b421a898e0e9fe7ee6 /lisp/font-core.el | |
parent | 3379bbb24d58ecd8dca0c96b976b7031167e76a5 (diff) | |
parent | 35b1b8abe3d3833ecb4b4cee75b7340ffb707d65 (diff) | |
download | emacs-030cd69ff13d95f439ca0d13a03215fc45959789.tar.gz emacs-030cd69ff13d95f439ca0d13a03215fc45959789.tar.bz2 emacs-030cd69ff13d95f439ca0d13a03215fc45959789.zip |
Merged from miles@gnu.org--gnu-2005 (patch 279-280)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-279
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-280
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-335
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r-- | lisp/font-core.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 5bf30d4d6c5..a077ce756c0 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -32,7 +32,7 @@ "Defaults for Font Lock mode specified by the major mode. Defaults should be of the form: - (KEYWORDS KEYWORDS-ONLY CASE-FOLD SYNTAX-ALIST SYNTAX-BEGIN ...) + (KEYWORDS [KEYWORDS-ONLY [CASE-FOLD [SYNTAX-ALIST [SYNTAX-BEGIN ...]]]]) KEYWORDS may be a symbol (a variable or function whose value is the keywords to use for fontification) or a list of symbols. If KEYWORDS-ONLY is non-nil, @@ -66,11 +66,10 @@ textual modes (i.e., the mode-dependent function is known to put point and mark around a text block relevant to that mode). Other variables include that for syntactic keyword fontification, -`font-lock-syntactic-keywords' -and those for buffer-specialized fontification functions, -`font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function', -`font-lock-fontify-region-function', `font-lock-unfontify-region-function', -`font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.") +`font-lock-syntactic-keywords' and those for buffer-specialized fontification +functions, `font-lock-fontify-buffer-function', +`font-lock-unfontify-buffer-function', `font-lock-fontify-region-function', +`font-lock-unfontify-region-function', and `font-lock-inhibit-thing-lock'.") (make-variable-buffer-local 'font-lock-defaults) (defvar font-lock-defaults-alist nil |