1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Comment changes.

This commit is contained in:
Richard M. Stallman 1993-06-16 21:40:36 +00:00
parent 2af4b8908b
commit 716e9939be

View File

@ -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: