comparison lisp/play/studly.el @ 841:2cdce064065f

entered into RCS
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 02:58:48 +0000
parents 38b2499cb3e9
children 9e7ec92a4fdf
comparison
equal deleted inserted replaced
840:113281b361ec 841:2cdce064065f
1 ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) 1 ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx)
2
3 ;; Maintainer: FSF
4 ;; Keywords: games
5 2
6 ;;; This is in the public domain, since it was distributed 3 ;;; This is in the public domain, since it was distributed
7 ;;; by its author without a copyright notice in 1986. 4 ;;; by its author without a copyright notice in 1986.
5
6 ;; Keywords: games
8 7
9 ;;; Code: 8 ;;; Code:
10 9
11 (defun studlify-region (begin end) 10 (defun studlify-region (begin end)
12 "Studlify-case the region" 11 "Studlify-case the region"