]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Mar 1996 13:14:21 +0000 (13:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Mar 1996 13:14:21 +0000 (13:14 +0000)
lisp/play/gomoku.el

index 48429a3110f815d3abde595b7709dd2ea8b5ffec..104f3989a402476a7fbc794562345a842b4ad247 100644 (file)
   ;; If you have a mouse, you may also bind some mouse click ...
   (define-key gomoku-mode-map "X" 'gomoku-human-plays)         ; X
   (define-key gomoku-mode-map "x" 'gomoku-human-plays)         ; x
-  (define-key gomoku-mode-map " " 'gomoku-human-plays)         ; RET
+  (define-key gomoku-mode-map " " 'gomoku-human-plays)         ; SPC
   (define-key gomoku-mode-map "\C-m" 'gomoku-human-plays)      ; RET
   (define-key gomoku-mode-map "\C-c\C-p" 'gomoku-human-plays)  ; C-c C-p
   (define-key gomoku-mode-map "\C-c\C-b" 'gomoku-human-takes-back) ; C-c C-b