diff options
| author | Richard M. Stallman | 1996-03-24 13:14:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-24 13:14:21 +0000 |
| commit | f201b69e8c8593d0b9f3d31b7b8a1e91dc29c3f3 (patch) | |
| tree | aba8ca1bd55c199bad67dd4ca6e6f33e7fc169fc | |
| parent | 6b2cd868d55e785579772a6d63ce87a844b441fb (diff) | |
| download | emacs-f201b69e8c8593d0b9f3d31b7b8a1e91dc29c3f3.tar.gz emacs-f201b69e8c8593d0b9f3d31b7b8a1e91dc29c3f3.zip | |
Comment change.
| -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 @@ | |||
| 104 | ;; If you have a mouse, you may also bind some mouse click ... | 104 | ;; If you have a mouse, you may also bind some mouse click ... |
| 105 | (define-key gomoku-mode-map "X" 'gomoku-human-plays) ; X | 105 | (define-key gomoku-mode-map "X" 'gomoku-human-plays) ; X |
| 106 | (define-key gomoku-mode-map "x" 'gomoku-human-plays) ; x | 106 | (define-key gomoku-mode-map "x" 'gomoku-human-plays) ; x |
| 107 | (define-key gomoku-mode-map " " 'gomoku-human-plays) ; RET | 107 | (define-key gomoku-mode-map " " 'gomoku-human-plays) ; SPC |
| 108 | (define-key gomoku-mode-map "\C-m" 'gomoku-human-plays) ; RET | 108 | (define-key gomoku-mode-map "\C-m" 'gomoku-human-plays) ; RET |
| 109 | (define-key gomoku-mode-map "\C-c\C-p" 'gomoku-human-plays) ; C-c C-p | 109 | (define-key gomoku-mode-map "\C-c\C-p" 'gomoku-human-plays) ; C-c C-p |
| 110 | (define-key gomoku-mode-map "\C-c\C-b" 'gomoku-human-takes-back) ; C-c C-b | 110 | (define-key gomoku-mode-map "\C-c\C-b" 'gomoku-human-takes-back) ; C-c C-b |