mirror of https://codeberg.org/cage/tinmop/
- fixed typo.
This commit is contained in:
parent
16cc131bed
commit
d1445f42de
|
@ -244,7 +244,7 @@ be either `:keybinding' or `:string'. the former for key command the latter for
|
|||
(defgeneric remove-messages (object))
|
||||
|
||||
(defun manage-command-event (command-window event)
|
||||
"Intercept UI events in keybindig mode"
|
||||
"Intercept UI events in keybinding mode"
|
||||
(with-accessors ((command-line command-line)
|
||||
(suggestions-win suggestions-win)) command-window
|
||||
;; some envents should by intercepted by command window
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
(:report (lambda (condition stream)
|
||||
(format stream "~s" (command condition))))
|
||||
(:documentation "Condition signalled when a command the user inputed
|
||||
was not found in keybindigs tree."))
|
||||
was not found in keybindings tree."))
|
||||
|
||||
(defmacro with-default-on-error ((default) &body body)
|
||||
"Well i think it is the same as `ignore-error'"
|
||||
|
|
Loading…
Reference in New Issue