summaryrefslogtreecommitdiff
path: root/lisp/play/animate.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/animate.el')
-rw-r--r--lisp/play/animate.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index a1420e62f0..2398a7b89c 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -92,7 +92,7 @@
"*Number of steps `animate-string' will place a char before its last position.")
(defvar animation-buffer-name nil
- "*String naming the default buffer for animations.
+ "String naming the default buffer for animations.
When nil animations displayed in the buffer named *Animation*.")
;;;###autoload
@@ -201,8 +201,6 @@ the buffer *Birthday-Present-for-Name*."
(animate-string "my sunshine" 18 34)
(animate-string "to stay!" 19 34))
-(random t)
-
(provide 'animate)
;;; animate.el ends here