emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/hanoi.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/hanoi.el,v
Date: Mon, 06 Nov 2006 02:26:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:26:27

Index: hanoi.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/hanoi.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- hanoi.el    10 Jul 2006 18:52:13 -0000      1.20
+++ hanoi.el    6 Nov 2006 02:26:27 -0000       1.21
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]