]> git.eshelyaron.com Git - emacs.git/commitdiff
(pong): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:07:04 +0000 (19:07 +0000)
committerDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:07:04 +0000 (19:07 +0000)
lisp/play/pong.el

index 3bec8904c06266dc506d2447bddf9eb704652edb..20be4ddf0bd4b93c4a248623ff52e500addb88b0 100644 (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)