# HG changeset patch # User Dave Love # Date 966452824 0 # Node ID b852b4302d3f5a6c2b66fd4fb167f6e8872c3b0c # Parent b9f0d1526fea16931baff51b4efdd90c4a9654a5 (pong): Doc fix. diff -r b9f0d1526fea -r b852b4302d3f lisp/play/pong.el --- 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 keybindings:\\ - \\{pong-mode-map}" +\\{pong-mode-map}" (interactive) (setq pong-score-player1 0) (setq pong-score-player2 0)