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

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

[elpa] externals/mines 4adcc96 10/43: * mines.el (mines-difficulty-level


From: Stefan Monnier
Subject: [elpa] externals/mines 4adcc96 10/43: * mines.el (mines-difficulty-level): Fix docstring
Date: Mon, 30 Nov 2020 18:44:14 -0500 (EST)

branch: externals/mines
commit 4adcc96f71ddd54931f04a0998375745c04a3c1c
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    * mines.el (mines-difficulty-level): Fix docstring
---
 mines.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mines.el b/mines.el
index 3a092de..8ceddd2 100644
--- a/mines.el
+++ b/mines.el
@@ -102,7 +102,7 @@
 If `easy' we have 8 columns x 8 columns and 10 mines.
 If `medium' we have 16 columns x 16 columns and 40 mines.
 If `hard' we have 30 columns x 16 columns and 99 mines.
-If `custiom' then ask user for these numbers."
+If `custom' then ask user for these numbers."
   :type '(choice (const :tag "Easy" easy)
                  (const :tag "Medium" medium)
                  (const :tag "Hard" hard)



reply via email to

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