Skip to content

Commit

Permalink
fix two minor borkups from the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn committed Oct 22, 2008
1 parent 1650598 commit e65bd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings.lisp
Expand Up @@ -196,7 +196,7 @@ a tile-group, both the group map and tile-group map are active.")
(kbd "N") "gnext-with-window"
(kbd "p") "gprev"
(kbd "C-p") "gprev"
(kbd "P") "gprev-with-window")
(kbd "P") "gprev-with-window"
(kbd "o") "gother"
(kbd "'") "gselect"
(kbd "\"") "grouplist"
Expand Down
2 changes: 1 addition & 1 deletion command.lisp
Expand Up @@ -116,7 +116,7 @@ when missing.
Alternatively, instead of specifying nil for PROMPT or leaving it
out, an element can just be the argument type."
(check-type name symbol)
(check-type name (or symbol list))
(let ((docstring (if (stringp (first body))
(first body)
(warn (make-condition 'command-docstring-warning :command name))))
Expand Down

0 comments on commit e65bd69

Please sign in to comment.