aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/cookie1.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el
index 837213665fc..acd3aa8c2cb 100644
--- a/lisp/play/cookie1.el
+++ b/lisp/play/cookie1.el
@@ -46,7 +46,7 @@
46;; In order to achieve total compatibility with strfile(1), cookie files 46;; In order to achieve total compatibility with strfile(1), cookie files
47;; should start with two consecutive delimiters (and no comment). 47;; should start with two consecutive delimiters (and no comment).
48;; 48;;
49;; This code derives from Steve Strassman's 1987 spook.el package, but 49;; This code derives from Steve Strassmann's 1987 spook.el package, but
50;; has been generalized so that it supports multiple simultaneous 50;; has been generalized so that it supports multiple simultaneous
51;; cookie databases and fortune files. It is intended to be called 51;; cookie databases and fortune files. It is intended to be called
52;; from other packages such as yow.el and spook.el. 52;; from other packages such as yow.el and spook.el.