diff lisp/play/hanoi.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 8a8e69664178 31a51cfc02a0
children
line wrap: on
line diff
--- a/lisp/play/hanoi.el	Tue Nov 07 02:37:49 2006 +0000
+++ b/lisp/play/hanoi.el	Tue Nov 07 23:22:48 2006 +0000
@@ -133,7 +133,7 @@
 ;;;###autoload
 (defun hanoi-unix-64 ()
   "Like hanoi-unix, but pretend to have a 64-bit clock.
-This is, necessarily (as of emacs 20.3), a crock.  When the
+This is, necessarily (as of Emacs 20.3), a crock.  When the
 current-time interface is made s2G-compliant, hanoi.el will need
 to be updated."
   (interactive)
@@ -152,7 +152,7 @@
   (buffer-disable-undo (current-buffer))
   (unwind-protect
       (let*
-	  (;; These lines can cause emacs to crash if you ask for too
+	  (;; These lines can cause Emacs to crash if you ask for too
 	   ;; many rings.  If you uncomment them, on most systems you
 	   ;; can get 10,000+ rings.
 	   ;;(max-specpdl-size (max max-specpdl-size (* nrings 15)))