From: Chong Yidong Date: Wed, 25 Mar 2009 17:47:17 +0000 (+0000) Subject: (bubbles): Doc fix (Bug#2776). X-Git-Tag: emacs-pretest-23.0.92~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b74d950615765532ad8b4581056b1340649fd0b8;p=emacs.git (bubbles): Doc fix (Bug#2776). --- diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index c4a12071e21..e8a666a577d 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -929,7 +929,18 @@ static char * dot3d_xpm[] = { ;;;###autoload (defun bubbles () - "Play Bubbles game." + "Play Bubbles game. +\\ +The goal is to remove all bubbles with as few moves as possible. +\\[bubbles-plop] on a bubble removes that bubble and all +connected bubbles of the same color. Unsupported bubbles fall +down, and columns that do not contain any bubbles suck the +columns on its right towards the left. + +\\[bubbles-set-game-easy] sets the difficulty to easy. +\\[bubbles-set-game-medium] sets the difficulty to medium. +\\[bubbles-set-game-difficult] sets the difficulty to difficult. +\\[bubbles-set-game-hard] sets the difficulty to hard." (interactive) (switch-to-buffer (get-buffer-create "*bubbles*")) (when (or (not bubbles--playing)