emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog font-core.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog font-core.el
Date: Sat, 13 Dec 2008 04:12:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/12/13 04:12:11

Modified files:
        lisp           : ChangeLog font-core.el 

Log message:
        (font-lock-defaults): Doc fix: mention levels; refer to elisp manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14942&r2=1.14943
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/font-core.el?cvsroot=emacs&r1=1.52&r2=1.53

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14942
retrieving revision 1.14943
diff -u -b -r1.14942 -r1.14943
--- ChangeLog   12 Dec 2008 09:32:02 -0000      1.14942
+++ ChangeLog   13 Dec 2008 04:12:08 -0000      1.14943
@@ -1,3 +1,8 @@
+2008-12-13  Glenn Morris  <address@hidden>
+
+       * font-core.el (font-lock-defaults): Doc fix: mention levels;
+       refer to elisp manual.
+
 2008-12-12  Martin Rudalics  <address@hidden>
 
        * window.el (fit-window-to-buffer): Return non-nil when height

Index: font-core.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/font-core.el,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- font-core.el        3 Dec 2008 05:48:26 -0000       1.52
+++ font-core.el        13 Dec 2008 04:12:10 -0000      1.53
@@ -32,10 +32,15 @@
 
  (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,
-syntactic fontification (strings and comments) is not performed.
+KEYWORDS may be a symbol (a variable or function whose value is the keywords
+to use for fontification) or a list of symbols (specifying different levels
+of fontification).
+
+If KEYWORDS-ONLY is non-nil, syntactic fontification (strings and
+comments) is not performed.
+
 If CASE-FOLD is non-nil, the case of the keywords is ignored when fontifying.
+
 If SYNTAX-ALIST is non-nil, it should be a list of cons pairs of the form
 \(CHAR-OR-STRING . STRING) used to set the local Font Lock syntax table, for
 keyword and syntactic fontification (see `modify-syntax-entry').
@@ -48,6 +53,8 @@
 known to move outside a syntactic block).  If nil, the beginning of the buffer
 is used as a position outside of a syntactic block, in the worst case.
 
+\(See also Info node `(elisp)Font Lock Basics'.)
+
 These item elements are used by Font Lock mode to set the variables
 `font-lock-keywords', `font-lock-keywords-only',
 `font-lock-keywords-case-fold-search', `font-lock-syntax-table' and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]