From e8951be0ff59590180b045d0bd37fe8d1c2451f7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 16 Aug 2000 19:07:04 +0000 Subject: [PATCH] (pong): Doc fix. --- lisp/play/pong.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 3bec8904c0..20be4ddf0b 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) -- 2.20.1