Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
530324e8
Commit
530324e8
authored
Nov 06, 2006
by
Juanma Barranquero
Browse files
(hanoi-unix-64): Fix typo in docstring.
parent
8a6a28ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/play/hanoi.el
lisp/play/hanoi.el
+2
-2
No files found.
lisp/play/hanoi.el
View file @
530324e8
...
@@ -133,7 +133,7 @@ Repent before ring 31 moves."
...
@@ -133,7 +133,7 @@ Repent before ring 31 moves."
;;;###autoload
;;;###autoload
(
defun
hanoi-unix-64
()
(
defun
hanoi-unix-64
()
"Like hanoi-unix, but pretend to have a 64-bit clock.
"Like hanoi-unix, but pretend to have a 64-bit clock.
This is, necessarily (as of
e
macs 20.3), a crock. When the
This is, necessarily (as of
E
macs 20.3), a crock. When the
current-time interface is made s2G-compliant, hanoi.el will need
current-time interface is made s2G-compliant, hanoi.el will need
to be updated."
to be updated."
(
interactive
)
(
interactive
)
...
@@ -152,7 +152,7 @@ BITS must be of length nrings. Start at START-TIME."
...
@@ -152,7 +152,7 @@ BITS must be of length nrings. Start at START-TIME."
(
buffer-disable-undo
(
current-buffer
))
(
buffer-disable-undo
(
current-buffer
))
(
unwind-protect
(
unwind-protect
(
let*
(
let*
(
;; These lines can cause
e
macs to crash if you ask for too
(
;; These lines can cause
E
macs to crash if you ask for too
;; many rings. If you uncomment them, on most systems you
;; many rings. If you uncomment them, on most systems you
;; can get 10,000+ rings.
;; can get 10,000+ rings.
;;(max-specpdl-size (max max-specpdl-size (* nrings 15)))
;;(max-specpdl-size (max max-specpdl-size (* nrings 15)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment