summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/play/animate.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index ee0c070912f..e7ac1a231ea 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -2,6 +2,9 @@
;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Maintainer: Richard Stallman <rms@gnu.org>
+;; Keywords: games
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -25,8 +28,6 @@
;; 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,
@@ -130,4 +131,3 @@ in the current window."
(undo-boundary)))
;;; animate.el ends here
-