comparison lisp/rot13.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents a7fc02accfb3
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; The entry point, `rot13-other-window', performs a Caesar cipher 27 ;; The entry point, `rot13-other-window', performs a Caesar cipher
28 ;; encrypt/decrypt on the current buffer and displays the result in another 28 ;; encrypt/decrypt on the current buffer and displays the result in another
29 ;; window. Rot13 encryption is sometimes used on USENET as a read-at-your- 29 ;; window. Rot13 encryption is sometimes used on USENET as a read-at-your-
30 ;; own-risk wrapper for material some might consider offensive, such as 30 ;; own-risk wrapper for material some might consider offensive, such as
31 ;; ethnic humor. 31 ;; ethnic humor.
32 ;; 32 ;;
33 ;; Written by Howard Gayle. 33 ;; Written by Howard Gayle.