emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105196: * font-lock.el (font-lock-ma


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105196: * font-lock.el (font-lock-maximum-decoration): Mention what numeric levels mean.
Date: Thu, 14 Jul 2011 15:50:25 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105196
fixes bug(s): http://debbugs.gnu.org/6935
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 15:50:25 +0200
message:
  * font-lock.el (font-lock-maximum-decoration): Mention what numeric levels 
mean.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-14 12:57:06 +0000
+++ b/lisp/ChangeLog    2011-07-14 13:50:25 +0000
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * font-lock.el (font-lock-maximum-decoration): Mention what
+       numeric levels mean (bug#6935).
+
        * startup.el (initial-buffer-choice): Don't mention the `none'
        selection, which is against policy.
 

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2011-07-13 15:33:08 +0000
+++ b/lisp/font-lock.el 2011-07-14 13:50:25 +0000
@@ -254,6 +254,7 @@
 If nil, use the default decoration (typically the minimum available).
 If t, use the maximum decoration available.
 If a number, use that level of decoration (or if not available the maximum).
+The higher the number, the more decoration is done.
 If a list, each element should be a cons pair of the form (MAJOR-MODE . LEVEL),
 where MAJOR-MODE is a symbol or t (meaning the default).  For example:
  ((c-mode . t) (c++-mode . 2) (t . 1))


reply via email to

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