diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-16 21:40:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-16 21:40:36 +0000 |
commit | 716e9939be108d1b49e3e3e233c20e120b2ccc9c (patch) | |
tree | 8050edb6bd9e2a3642c8152e628500c293079753 /lisp/rot13.el | |
parent | 2af4b8908b780dfb860a86714bec9ba8f682db61 (diff) | |
download | emacs-716e9939be108d1b49e3e3e233c20e120b2ccc9c.tar.gz |
Comment changes.
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r-- | lisp/rot13.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/rot13.el b/lisp/rot13.el index d19a29db7dc..d4df4a114db 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -23,13 +23,13 @@ ;; Commentary: -;; The single entry point, `rot13-other-window', oerforms a Caesar cipher +;; The single entry point, `rot13-other-window', performs 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- +;; window. Rot13 encryption is sometimes used on USENET as a read-at-your- ;; own-risk wrapper for material some might consider offensive, such as ;; ethnic humor. ;; -;; Written by Howard Gayle. See case-table.el for details. +;; Written by Howard Gayle. ;; This hack is mainly to show off the char table stuff. ;;; Code: |