summaryrefslogtreecommitdiff
path: root/lisp/play
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/play
parent709f7988d203ebbd052805a183d943cd8dd6867d (diff)
downloademacs-d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/spook.el6
-rw-r--r--lisp/play/studly.el6
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el
index d1b31b757a1..1ba0b2dabb6 100644
--- a/lisp/play/spook.el
+++ b/lisp/play/spook.el
@@ -4,6 +4,7 @@
;; Maintainer: FSF
;; Keywords: games
+;; Created: May 1987
;; This file is part of GNU Emacs.
@@ -26,8 +27,7 @@
; Steve Strassmann (straz@media-lab.media.mit.edu) didn't write
; this, and even if he did, he really didn't mean for you to use it
; in an anarchistic way.
-; May 1987
-
+;
; To use this:
; Make sure you have the variable SPOOK-PHRASES-FILE pointing to
; a valid phrase file. Phrase files are in the same format as
@@ -38,7 +38,7 @@
; Just before sending mail, do M-x spook.
; A number of phrases will be inserted into your buffer, to help
; give your message that extra bit of attractiveness for automated
-; keyword scanners.
+; keyword scanners. Help defeat the NSA trunk trawler!
;;; Code:
diff --git a/lisp/play/studly.el b/lisp/play/studly.el
index 1f215003c96..b5aafcab09a 100644
--- a/lisp/play/studly.el
+++ b/lisp/play/studly.el
@@ -5,6 +5,12 @@
;; Keywords: games
+;;; Commentary:
+
+;; Functions to studlycapsify a region, word, or buffer. Possibly the
+;; esoteric significance of studlycapsification escapes you; that is,
+;; you suffer from autostudlycapsifibogotification. Too bad.
+
;;; Code:
(defun studlify-region (begin end)