From: Dave Love Date: Wed, 16 Aug 2000 19:07:04 +0000 (+0000) Subject: (pong): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~2259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8951be0ff59590180b045d0bd37fe8d1c2451f7;p=emacs.git (pong): Doc fix. --- diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 3bec8904c06..20be4ddf0bd 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el @@ -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 keybindings:\\ - \\{pong-mode-map}" +\\{pong-mode-map}" (interactive) (setq pong-score-player1 0) (setq pong-score-player2 0)