emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/warnings.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/warnings.el
Date: Mon, 01 May 2006 20:16:40 +0000

Index: emacs/lisp/emacs-lisp/warnings.el
diff -u emacs/lisp/emacs-lisp/warnings.el:1.9 
emacs/lisp/emacs-lisp/warnings.el:1.10
--- emacs/lisp/emacs-lisp/warnings.el:1.9       Mon Feb  6 12:20:07 2006
+++ emacs/lisp/emacs-lisp/warnings.el   Mon May  1 20:16:40 2006
@@ -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.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]