From: Stefan Kangas Date: Wed, 16 Dec 2020 14:20:46 +0000 (+0100) Subject: ; * lisp/play/5x5.el: Fix my last change. X-Git-Tag: emacs-28.0.90~4687 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1b1a5c0e653c0cbc3d95759adf4822a60c21ed0;p=emacs.git ; * lisp/play/5x5.el: Fix my last change. --- diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index 5ab1493c7a9..8538dd5d3e4 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el @@ -31,7 +31,7 @@ ;; o The code for updating the grid needs to be re-done. At the moment it ;; simply re-draws the grid every time a move is made. ;; -;; o Look into starting up the display with color. gamegrid.el looks +;; o Look into improving the display with color. gamegrid.el looks ;; interesting, perhaps that is the way to go? ;;; Thanks: