2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * 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.
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))