Actually adjust the comment.
* lisp/play/dunnet.el: Change comment to refer to section, add page
break to better demarcate section.
;;;;
;;;; 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)
(defconst dun-combination (prin1-to-string (+ 100 (random 899))))
+\f
;;;; Mode definitions for interactive mode
(define-derived-mode dun-mode text-mode "Dungeon"