]> code.delx.au - gnu-emacs/blobdiff - lisp/play/animate.el
Update copyright year to 2015
[gnu-emacs] / lisp / play / animate.el
index facdfa2f347e7e88bcf2907146e9980444f2a50d..e869f2c124b1c18226561924a6c8e8893a4779a5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; animate.el --- make text dance
 
-;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 ;; Maintainer: Richard Stallman <rms@gnu.org>
 ;; Keywords: games
@@ -92,8 +92,8 @@
 "*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.
-When nil animations dipslayed in the buffer named *Animation*.")
+  "String naming the default buffer for animations.
+When nil animations displayed in the buffer named *Animation*.")
 
 ;;;###autoload
 (defun animate-string (string vpos &optional hpos)
@@ -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