emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 6360fdf: * mines.el: Adjust docs for the @ => SPC change


From: Stefan Monnier
Subject: [elpa] master 6360fdf: * mines.el: Adjust docs for the @ => SPC change
Date: Wed, 27 Mar 2019 00:44:19 -0400 (EDT)

branch: master
commit 6360fdf79938b72f87d662a3fd9cc262084fa9c8
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * mines.el: Adjust docs for the @ => SPC change
---
 packages/mines/mines.el | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/packages/mines/mines.el b/packages/mines/mines.el
index 6ae3f97..9562e09 100644
--- a/packages/mines/mines.el
+++ b/packages/mines/mines.el
@@ -38,8 +38,8 @@
 ;;    contain a number: the number of bombs at distance 1 from this cell.
 ;;    If you reveal the content of this cell, then this number is shown.
 ;;
-;; 3. Cells without a bomb at distance > 1 from any bomb contain '@'.
-;;    If you reveal the content of this cell, then '@' is shown and
+;; 3. Cells without a bomb at distance > 1 from any bomb contain ' '.
+;;    If you reveal the content of this cell, then ' ' is shown and
 ;;    all adjacent cells are recursively revealed.
 ;;
 ;;
@@ -670,23 +670,21 @@ Called with a prefix prompt for the difficulty level."
   "Major mode for playing Minesweeper.
 
 The target of the game is discover which cells contain mines.
-You reveal the content of the mine at point with \\[mines-dig\].
+You reveal the content of the mine at point with \\[mines-dig].
 1. If you look at one cell containing a mine you lost.
 
 2. A cell without a mine with N neighbour cells containing mines
    shows N when you look at it.
 
 3. A cell without a mine and without neighbour cells having mines
-   shows the character `@' when you look at it; all adjacent cells
+   shows the character ` ' when you look at it; all adjacent cells
    are recursively revealed.
 
 For instance, following is a possible configuration:
 
-@ @ @ @ @
-1 2 2 1 @
-1 x x 1 @
-1 2 2 1 @
-@ @ @ @ @
+    1 2 2 1
+    1 x x 1
+    1 2 2 1
 
 You can move between cells using the arrow keys, or using vi
 or Emacs keystrokes (↑↓→←) = (kjlh) = (pnfb).



reply via email to

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