1
0
Fork 0

- fixed typo.

This commit is contained in:
cage 2021-07-23 19:59:31 +02:00
parent 16cc131bed
commit d1445f42de
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'"