diff lisp/play/animate.el @ 38708:456acc0ad1ee

Re-insert a reference to re-inserted function animate-birthday-present.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 06 Aug 2001 21:29:16 +0000
parents dc644b0090f2
children 255503bac5c2
line wrap: on
line diff
--- a/lisp/play/animate.el	Mon Aug 06 21:23:24 2001 +0000
+++ b/lisp/play/animate.el	Mon Aug 06 21:29:16 2001 +0000
@@ -28,6 +28,8 @@
 ;; makes the string STRING appear starting at VPOS, HPOS
 ;; by having each letter swoop into place from random starting position.
 
+;; animate-birthday-present was the first application of this program.
+
 ;;; Code:
 
 ;;; STRING is the string to be displayed,
@@ -165,4 +167,3 @@
   (animate-string "to stay!" 19 34))
 
 ;;; animate.el ends here
-