changeset 30859:b852b4302d3f

(pong): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 16 Aug 2000 19:07:04 +0000
parents b9f0d1526fea
children d0e5a99cbda1
files lisp/play/pong.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/pong.el	Wed Aug 16 19:05:59 2000 +0000
+++ b/lisp/play/pong.el	Wed Aug 16 19:07:04 2000 +0000
@@ -447,10 +447,9 @@
 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)