summaryrefslogtreecommitdiff
path: root/lisp/play/doctor.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/doctor.el')
-rw-r--r--lisp/play/doctor.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 74d6efc4c2d..0cb5dc9327b 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -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 @@ Hack on previous word, setting global variable OWNER to correct result."
(interactive)
(insert "Mein fuhrer!!\n")
(doctor-read-print))
+
+;;; doctor.el ends here