]> git.eshelyaron.com Git - emacs.git/commitdiff
(bubbles): Doc fix (Bug#2776).
authorChong Yidong <cyd@stupidchicken.com>
Wed, 25 Mar 2009 17:47:17 +0000 (17:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 25 Mar 2009 17:47:17 +0000 (17:47 +0000)
lisp/play/bubbles.el

index c4a12071e217351189f111d3477b867080a83271..e8a666a577dacf8ac2e4236e8cdaa088a2bccc79 100644 (file)
@@ -929,7 +929,18 @@ static char * dot3d_xpm[] = {
 
 ;;;###autoload
 (defun bubbles ()
-  "Play Bubbles game."
+  "Play Bubbles game.
+\\<bubbles-mode-map>
+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)