branch: externals/wpuzzle commit 1cef20b60b6f165940454b1e100107371b9a3ea3 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typo --- wpuzzle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpuzzle.el b/wpuzzle.el index 41a54a9755..ba6cc8af6f 100644 --- a/wpuzzle.el +++ b/wpuzzle.el @@ -60,7 +60,7 @@ ;; - clock ticks with timer ;; - use face to display picked letter ;; (insert (propertize "foo" 'face 'highlight)) -;; - kill score buffer when quiting +;; - kill score buffer when quitting ;; - use a list instead of a string for the deck letters ;; - add command to shuffle the deck ;; - navigate to source code in other window to pretend working while playing