summaryrefslogtreecommitdiff
path: root/lisp/play/life.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/life.el')
-rw-r--r--lisp/play/life.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/life.el b/lisp/play/life.el
index 2abf8ccb74b..2bf72927723 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -136,10 +136,10 @@
(defvar life-window-start nil)
(defvar life--max-width nil
- "If non-nil, restrict width to this positive integer. ")
+ "If non-nil, restrict width to this positive integer.")
(defvar life--max-height nil
- "If non-nil, restrict height to this positive integer. ")
+ "If non-nil, restrict height to this positive integer.")
;; For mode line
(defvar life-current-generation nil)