Skip to content

Commit

Permalink
Improve grammar in comment explaning what DEFINE-KEYSYM does.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Jan 27, 2016
1 parent e226c0f commit 114e0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@

(defun define-keysym (object keysym &key lowercase translate modifiers mask display)
;; Define the translation from keysym/modifiers to a (usually
;; character) object. ANy previous keysym definition with
;; KEYSYM and MODIFIERS is deleted before adding the new definition.
;; character) object. Any previous keysym definition with KEYSYM
;; and MODIFIERS is deleted before the new definition is added.
;;
;; MODIFIERS is either a modifier-mask or list containing intermixed
;; keysyms and state-mask-keys specifying when to use this
Expand Down

0 comments on commit 114e0de

Please sign in to comment.