summaryrefslogtreecommitdiff
path: root/lisp/play/dunnet.el
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2017-02-19 08:55:45 -0500
committerMark Oteiza <mvoteiza@udel.edu>2017-02-19 08:55:45 -0500
commitb6a1a74522120979fe1a63b2d5517a490ee572b0 (patch)
treed70cb40cf5c984833bce6d2e6189b82bbbfaefac /lisp/play/dunnet.el
parent7455c2ad80ec0cdf009d9f2396127c58ded2dc3c (diff)
downloademacs-b6a1a74522120979fe1a63b2d5517a490ee572b0.tar.gz
; Fix previous change
Actually adjust the comment. * lisp/play/dunnet.el: Change comment to refer to section, add page break to better demarcate section.
Diffstat (limited to 'lisp/play/dunnet.el')
-rw-r--r--lisp/play/dunnet.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 1c8fab05092..755c6583e7a 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -48,7 +48,7 @@
;;;;
;;;; IMPORTANT
;;;; All globals which can change must be saved from 'save-game. Add
-;;;; all new globals to bottom of file.
+;;;; all new globals to bottom of this section.
(defvar dun-visited '(27))
(defvar dun-current-room 1)
@@ -1125,6 +1125,7 @@ treasures for points?" "4" "four")
(defconst dun-combination (prin1-to-string (+ 100 (random 899))))
+
;;;; Mode definitions for interactive mode
(define-derived-mode dun-mode text-mode "Dungeon"