# HG changeset patch # User Chong Yidong # Date 1238003237 0 # Node ID 6673a663a72e552035f99a42ebb2426d7f5cb3bd # Parent 983c2b18a1c4970b352d6bf381d795d2ac312cd5 (bubbles): Doc fix (Bug#2776). diff -r 983c2b18a1c4 -r 6673a663a72e lisp/play/bubbles.el --- a/lisp/play/bubbles.el Wed Mar 25 17:47:07 2009 +0000 +++ b/lisp/play/bubbles.el Wed Mar 25 17:47:17 2009 +0000 @@ -929,7 +929,18 @@ ;;;###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)