diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-24 13:14:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-24 13:14:21 +0000 |
commit | 94948fad76255958b050b76207db7c8d7e9fed8b (patch) | |
tree | 99d9af97490d062fc433afb3abae6600a12c6d52 /lisp/play | |
parent | dd1d2f1bc0f9c3a0b1f67ae64d2b304b74d3932d (diff) | |
download | emacs-94948fad76255958b050b76207db7c8d7e9fed8b.tar.gz |
Comment change.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/gomoku.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 48429a3110f..104f3989a40 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -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 |