X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bf6012e5b1ec29b02dbb2f6b000471ca418055dc..62f1ca498cf11a3fa9b707c115673ea7b298e957:/lisp/font-lock.el diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 6c76142c59..6902ce98ab 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -254,6 +254,7 @@ for buffers in Rmail mode, and size is irrelevant otherwise." 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))