diff options
Diffstat (limited to 'lisp/play/blackbox.el')
-rw-r--r-- | lisp/play/blackbox.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 2034b7d7972..ba6600cc581 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el @@ -84,7 +84,7 @@ (define-key blackbox-mode-map "\C-m" 'bb-done) (define-key blackbox-mode-map [kp-enter] 'bb-done) - ;; This is a kluge. What we really want is a general + ;; This is a kludge. What we really want is a general ;; feature for reminding terminal keys to the functions ;; corresponding to them in local maps. (mapcar (function |