mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(pong): Doc fix.
This commit is contained in:
parent
0419a4af90
commit
e8951be0ff
1 changed files with 2 additions and 3 deletions
|
|
@ -447,10 +447,9 @@ detection and checks if a player scores."
|
|||
This is an implementation of the classical game pong.
|
||||
Move left and right bats and try to bounce the ball to your opponent.
|
||||
|
||||
pong-mode keybindings:
|
||||
\\<pong-mode-map>
|
||||
pong-mode keybindings:\\<pong-mode-map>
|
||||
|
||||
\\{pong-mode-map}"
|
||||
\\{pong-mode-map}"
|
||||
(interactive)
|
||||
(setq pong-score-player1 0)
|
||||
(setq pong-score-player2 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue