Fix set-formatter! documentation
Remove :install from supported keywords.
This commit is contained in:
parent
d4acd9721e
commit
e29e20cc52
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
(name formatter &key modes filter ok-statuses error-regexp)
|
(name formatter &key modes filter ok-statuses error-regexp)
|
||||||
"Define (or modify) a formatter named NAME.
|
"Define (or modify) a formatter named NAME.
|
||||||
|
|
||||||
Supported keywords: :modes :install :filter :ok-statuses :error-regexp
|
Supported keywords: :modes :filter :ok-statuses :error-regexp
|
||||||
|
|
||||||
NAME is a symbol that identifies this formatter.
|
NAME is a symbol that identifies this formatter.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue