Fix "nil is not any command *I* know"
What good is sass if it isn't right?
This commit is contained in:
parent
88813ff196
commit
22404f1ec5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ If SHOW-HELP is non-nil, show the documentation for said dispatcher."
|
|||
args (cdr args))))
|
||||
(let ((fn (doom--dispatch-command cmd)))
|
||||
(unless (fboundp fn)
|
||||
(user-error "%s is not any command *I* know!" fn))
|
||||
(user-error "%S is not any command *I* know!" cmd))
|
||||
(if show-help
|
||||
(doom--dispatch-help fn args)
|
||||
(let ((start-time (current-time)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue