diff options
| author | Gerd Moellmann | 2000-07-27 20:07:12 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-27 20:07:12 +0000 |
| commit | 96ce5c4f18e328e1ad139bf1eb18e1364875ce51 (patch) | |
| tree | ce7c987bf3ca6331277a1e2253be29f5fd2deab1 | |
| parent | 77d352a676bf5c4db6755b6f9310a62773e439bb (diff) | |
| download | emacs-96ce5c4f18e328e1ad139bf1eb18e1364875ce51.tar.gz emacs-96ce5c4f18e328e1ad139bf1eb18e1364875ce51.zip | |
Add explanation of how to make cookie.el
compatible with strfile(1) to comment.
| -rw-r--r-- | lisp/play/cookie1.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 9e8412d17f1..ef879eae675 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -44,6 +44,10 @@ | |||
| 44 | ;; formats could be supported by adding alternates to the regexp | 44 | ;; formats could be supported by adding alternates to the regexp |
| 45 | ;; `cookie-delimiter'. | 45 | ;; `cookie-delimiter'. |
| 46 | ;; | 46 | ;; |
| 47 | ;; strfile(1) is the program used to compile the files for fortune(6). | ||
| 48 | ;; In order to achieve total compatibility with strfile(1), cookie files | ||
| 49 | ;; should start with two consecutive delimiters (and no comment). | ||
| 50 | ;; | ||
| 47 | ;; This code derives from Steve Strassman's 1987 spook.el package, but | 51 | ;; This code derives from Steve Strassman's 1987 spook.el package, but |
| 48 | ;; has been generalized so that it supports multiple simultaneous | 52 | ;; has been generalized so that it supports multiple simultaneous |
| 49 | ;; cookie databases and fortune files. It is intended to be called | 53 | ;; cookie databases and fortune files. It is intended to be called |