]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
lisp/startup.el (argi): Declare as global variable (bug#9275).
[gnu-emacs] / lisp / font-lock.el
index 6c76142c59d2e8fcde23ef751e1c63f1b77f620c..6902ce98ab11d9c8c60be2847c8ea1184cb6c9ba 100644 (file)
@@ -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))