]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix previous change
authorMark Oteiza <mvoteiza@udel.edu>
Sun, 19 Feb 2017 13:55:45 +0000 (08:55 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Sun, 19 Feb 2017 13:55:45 +0000 (08:55 -0500)
Actually adjust the comment.
* lisp/play/dunnet.el: Change comment to refer to section, add page
break to better demarcate section.

lisp/play/dunnet.el

index 1c8fab050929b3c74efbe16569002b30dd8df8aa..755c6583e7aa799a562bec286df4d3d8d0fa195a 100644 (file)
@@ -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))))
 
+\f
 ;;;; Mode definitions for interactive mode
 
 (define-derived-mode dun-mode text-mode "Dungeon"