diff options
Diffstat (limited to 'lisp/play/gamegrid.el')
-rw-r--r-- | lisp/play/gamegrid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 0a63644ab7f..2c557ba7547 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -379,7 +379,7 @@ static unsigned char gamegrid_bits[] = { (dotimes (i height) (insert line)) ;; Adjust the height of the default face to the height of the - ;; images. Unlike XEmacs, Emacs doesn't allow to make the default + ;; images. Unlike XEmacs, Emacs doesn't allow making the default ;; face buffer-local; so we do this with an overlay. (when (eq gamegrid-display-mode 'glyph) (overlay-put (make-overlay (point-min) (point-max)) |