(display-warning, lwarn): Doc fixes.
This commit is contained in:
parent
bc2fa80de7
commit
78d4839b3e
1 changed files with 2 additions and 1 deletions
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue