summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/warnings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-05-01 20:16:40 +0000
committerRichard M. Stallman <rms@gnu.org>2006-05-01 20:16:40 +0000
commit78d4839b3eeaa529e26f493b1210f002b6be754a (patch)
tree480968c044eb9eab88cac69b34b9a612e1f304cd /lisp/emacs-lisp/warnings.el
parentbc2fa80de71cca43fb5df49346ca09c2f4e163b7 (diff)
downloademacs-78d4839b3eeaa529e26f493b1210f002b6be754a.tar.gz
(display-warning, lwarn): Doc fixes.
Diffstat (limited to 'lisp/emacs-lisp/warnings.el')
-rw-r--r--lisp/emacs-lisp/warnings.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el
index 133c4c42f2a..a02a8c14eba 100644
--- a/lisp/emacs-lisp/warnings.el
+++ b/lisp/emacs-lisp/warnings.el
@@ -209,6 +209,7 @@ only, and you can use whatever symbols you like.)
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 @@ See also `warning-series', `warning-prefix-function' and
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.)