From 114e0deb5d349f3c353559f36c34a67bb58bdaa7 Mon Sep 17 00:00:00 2001 From: Robert Strandh Date: Wed, 27 Jan 2016 10:49:31 +0100 Subject: [PATCH] Improve grammar in comment explaning what DEFINE-KEYSYM does. --- translate.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate.lisp b/translate.lisp index c7acc92..0b0d7a8 100644 --- a/translate.lisp +++ b/translate.lisp @@ -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