# HG changeset patch # User Richard M. Stallman # Date 1146514600 0 # Node ID 5a0747ecd0577992e6da22d921cfc16c5ce942a4 # Parent 810cd69c168fcd1727bb60de47ed5bdc0186be3f (display-warning, lwarn): Doc fixes. diff -r 810cd69c168f -r 5a0747ecd057 lisp/emacs-lisp/warnings.el --- a/lisp/emacs-lisp/warnings.el Mon May 01 20:15:56 2006 +0000 +++ b/lisp/emacs-lisp/warnings.el Mon May 01 20:16:40 2006 +0000 @@ -209,6 +209,7 @@ LEVEL should be either :debug, :warning, :error, or :emergency \(but see `warning-minimum-level' and `warning-minimum-log-level'). +Default is :warning. :emergency -- a problem that will seriously impair Emacs operation soon if you do not attend to it promptly. @@ -292,7 +293,7 @@ Aside from generating the message with `format', this is equivalent to `display-warning'. -TYPE is the warning type: either a custom group name (a symbol). +TYPE is the warning type: either a custom group name (a symbol), or a list of symbols whose first element is a custom group name. \(The rest of the symbols represent subcategories and can be whatever you like.)