diff lisp/play/doctor.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents eca8812e61cd
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/play/doctor.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/play/doctor.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Psychological help for frustrated users.
+;;; doctor.el --- psychological help for frustrated users.
+
 ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -1608,3 +1609,5 @@
   (interactive)
   (insert "Mein fuhrer!!\n")
   (doctor-read-print))
+
+;;; doctor.el ends here