1
Fork 0
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:
Dave Love 2000-08-16 19:07:04 +00:00
parent 0419a4af90
commit e8951be0ff

View file

@ -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)