summaryrefslogtreecommitdiff
path: root/lisp/rot13.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commitd9ecc911ffc5f2d961a8c96129bafbb8d16a17f7 (patch)
tree4a2047cd2e40b4519db2e107ac9a80fd67e1bee8 /lisp/rot13.el
parent709f7988d203ebbd052805a183d943cd8dd6867d (diff)
downloademacs-d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r--lisp/rot13.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/rot13.el b/lisp/rot13.el
index 30c1b3d41a4..75af4d1026d 100644
--- a/lisp/rot13.el
+++ b/lisp/rot13.el
@@ -23,8 +23,13 @@
;; Commentary:
+;; The single entry point, `rot13-other-window', oerforms a Caesar cipher
+;; encrypt/decrypt on the current buffer and displays the result in another
+;; window. Rot13 encryption is sometimes used on USENET as a read-at-yur-
+;; own-risk wrapper for material some might consider offensive, such as
+;; ethnic humor.
+;;
;; Written by Howard Gayle. See case-table.el for details.
-
;; This hack is mainly to show off the char table stuff.
;;; Code: