diff options
| author | Richard M. Stallman | 2006-05-01 20:16:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-01 20:16:40 +0000 |
| commit | 78d4839b3eeaa529e26f493b1210f002b6be754a (patch) | |
| tree | 480968c044eb9eab88cac69b34b9a612e1f304cd | |
| parent | bc2fa80de71cca43fb5df49346ca09c2f4e163b7 (diff) | |
| download | emacs-78d4839b3eeaa529e26f493b1210f002b6be754a.tar.gz emacs-78d4839b3eeaa529e26f493b1210f002b6be754a.zip | |
(display-warning, lwarn): Doc fixes.
| -rw-r--r-- | lisp/emacs-lisp/warnings.el | 3 |
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.) | |||
| 209 | 209 | ||
| 210 | LEVEL should be either :debug, :warning, :error, or :emergency | 210 | LEVEL should be either :debug, :warning, :error, or :emergency |
| 211 | \(but see `warning-minimum-level' and `warning-minimum-log-level'). | 211 | \(but see `warning-minimum-level' and `warning-minimum-log-level'). |
| 212 | Default is :warning. | ||
| 212 | 213 | ||
| 213 | :emergency -- a problem that will seriously impair Emacs operation soon | 214 | :emergency -- a problem that will seriously impair Emacs operation soon |
| 214 | if you do not attend to it promptly. | 215 | if you do not attend to it promptly. |
| @@ -292,7 +293,7 @@ See also `warning-series', `warning-prefix-function' and | |||
| 292 | Aside from generating the message with `format', | 293 | Aside from generating the message with `format', |
| 293 | this is equivalent to `display-warning'. | 294 | this is equivalent to `display-warning'. |
| 294 | 295 | ||
| 295 | TYPE is the warning type: either a custom group name (a symbol). | 296 | TYPE is the warning type: either a custom group name (a symbol), |
| 296 | or a list of symbols whose first element is a custom group name. | 297 | or a list of symbols whose first element is a custom group name. |
| 297 | \(The rest of the symbols represent subcategories and | 298 | \(The rest of the symbols represent subcategories and |
| 298 | can be whatever you like.) | 299 | can be whatever you like.) |