emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/play bubbles.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/play bubbles.el
Date: Wed, 25 Mar 2009 17:47:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/25 17:47:18

Modified files:
        lisp/play      : bubbles.el 

Log message:
        (bubbles): Doc fix (Bug#2776).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/play/bubbles.el?cvsroot=emacs&r1=1.11&r2=1.12

Patches:
Index: bubbles.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/play/bubbles.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- bubbles.el  5 Jan 2009 03:23:07 -0000       1.11
+++ bubbles.el  25 Mar 2009 17:47:17 -0000      1.12
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]