diff options
| author | Richard M. Stallman | 1994-03-21 07:47:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-21 07:47:05 +0000 |
| commit | 14423a05388f5b18c65012213e2ed5015b73fbc1 (patch) | |
| tree | 87bdeb8ef94c87fc3f5e18623588b97d8bf1d9cf | |
| parent | 0ded6462e8f400a5f27fa436518ab5239a43b784 (diff) | |
| download | emacs-14423a05388f5b18c65012213e2ed5015b73fbc1.tar.gz emacs-14423a05388f5b18c65012213e2ed5015b73fbc1.zip | |
entered into RCS
| -rw-r--r-- | lispref/README | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/lispref/README b/lispref/README index cf8239164a7..df20d0054ff 100644 --- a/lispref/README +++ b/lispref/README | |||
| @@ -5,13 +5,23 @@ Manual, make-permuted-index, and the latest version of texinfo.tex, | |||
| 5 | which handles forms that cannot be handled by the older versions of | 5 | which handles forms that cannot be handled by the older versions of |
| 6 | texinfo.tex. Also, it contains makeinfo.c. | 6 | texinfo.tex. Also, it contains makeinfo.c. |
| 7 | 7 | ||
| 8 | * The Emacs Lisp Reference Manual is turning out bigger than we | 8 | * Report Lisp Manual bugs to bug-lisp-manual@prep.ai.mit.edu. We |
| 9 | expected. It totals over 750 pages when printed on 8.5 by 11 inch | 9 | don't read these bug reports until it's time for a new edition. To |
| 10 | paper and the info files total almost two megabytes. | 10 | report other Emacs bugs, use bug-gnu-emacs@prep.ai.mit.edu. |
| 11 | To ask questions, use the newsgroup gnu.emacs.help. | ||
| 12 | |||
| 13 | * The Emacs Lisp Reference Manual is quite large. It totals around | ||
| 14 | 700 pages in smallbook format; the info files total almost two | ||
| 15 | megabytes. | ||
| 11 | 16 | ||
| 12 | * You can format this manual either for Info or for printing hardcopy | 17 | * You can format this manual either for Info or for printing hardcopy |
| 13 | using TeX. | 18 | using TeX. |
| 14 | 19 | ||
| 20 | * You can buy nicely printed copies from the Free Software Foundation. | ||
| 21 | For info, send mail to gnu@prep.ai.mit.edu or phone 617-876-3296. | ||
| 22 | Buying a manual from the Free Software Foundation helps support our | ||
| 23 | GNU development work. | ||
| 24 | |||
| 15 | ** This distribution contains a Makefile that you can use with GNU Make. | 25 | ** This distribution contains a Makefile that you can use with GNU Make. |
| 16 | Otherwise, here are detailed instructions: | 26 | Otherwise, here are detailed instructions: |
| 17 | 27 | ||