summaryrefslogtreecommitdiff
path: root/lisp/rot13.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
commitc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch)
tree0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/rot13.el
parentd501f51645d966e8fe2febba698779996b33eb21 (diff)
downloademacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r--lisp/rot13.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/rot13.el b/lisp/rot13.el
index 1a884d087de..253f6cf20af 100644
--- a/lisp/rot13.el
+++ b/lisp/rot13.el
@@ -1,4 +1,5 @@
-;; Display a buffer in rot13.
+;;; rot13.el --- display a buffer in rot13.
+
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -39,3 +40,5 @@
(set-window-display-table w rot13-display-table)))
(provide 'rot13)
+
+;;; rot13.el ends here