summaryrefslogtreecommitdiff
path: root/lisp/play/dissociate.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/dissociate.el')
-rw-r--r--lisp/play/dissociate.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el
index f33682db749..cfc29d902a0 100644
--- a/lisp/play/dissociate.el
+++ b/lisp/play/dissociate.el
@@ -1,4 +1,5 @@
-;; Scramble text amusingly for Emacs.
+;;; dissociate.el --- scramble text amusingly for Emacs.
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -86,3 +87,5 @@ Default is 2."
(goto-char 1)
(funcall search-function overlap opoint t))))))
(sit-for 0))))
+
+;;; dissociate.el ends here