changeset 14873:7828db42c2c4

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Mar 1996 13:14:21 +0000
parents c001b28bf068
children cecaaaec6fd6
files lisp/play/gomoku.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/gomoku.el	Sun Mar 24 12:45:26 1996 +0000
+++ b/lisp/play/gomoku.el	Sun Mar 24 13:14:21 1996 +0000
@@ -104,7 +104,7 @@
   ;; 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