changeset 70324:5a0747ecd057

(display-warning, lwarn): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 May 2006 20:16:40 +0000
parents 810cd69c168f
children c8e4a9156d18
files lisp/emacs-lisp/warnings.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.)