diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:26:27 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:26:27 +0000 |
commit | 530324e8ec14b9bc2edcdd9832b9d43948c525cf (patch) | |
tree | 92bb0b39400cdbe8ce472ffeeb0fe6cfc8872907 /lisp/play | |
parent | 8a6a28accbd49ce3fd35ac0fee7a5fdcae8969f5 (diff) | |
download | emacs-530324e8ec14b9bc2edcdd9832b9d43948c525cf.tar.gz |
(hanoi-unix-64): Fix typo in docstring.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/hanoi.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 40a96f4e6c2..fddfe22870e 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -133,7 +133,7 @@ Repent before ring 31 moves." ;;;###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 @@ BITS must be of length nrings. Start at START-TIME." (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))) |