Mercurial > emacs
changeset 102731:6673a663a72e
(bubbles): Doc fix (Bug#2776).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 25 Mar 2009 17:47:17 +0000 |
parents | 983c2b18a1c4 |
children | febdeb5803fd |
files | lisp/play/bubbles.el |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. +\\<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)