(calculator-mode-map): Fix typo in menu entry.
[bpt/emacs.git] / lispref / README
CommitLineData
c2e309f2
GM
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
de2f4698 7README for Edition 2.9 of the Emacs Lisp Reference Manual.
96099e29
RS
8
9* This directory contains the texinfo source files for the Reference
10Manual, make-permuted-index, and the latest version of texinfo.tex,
11which handles forms that cannot be handled by the older versions of
bdd40dd2 12texinfo.tex.
96099e29 13
bdd40dd2
RS
14* Report Lisp Manual bugs to bug-lisp-manual@gnu.org. We don't read
15these bug reports until it's time for a new edition. To report other
16Emacs bugs, use bug-gnu-emacs@gnu.org. To ask questions, use the
17newsgroup gnu.emacs.help.
14423a05
RS
18
19* The Emacs Lisp Reference Manual is quite large. It totals around
de2f4698 201100 pages in smallbook format; the info files total over
0b2fb045 212.5 megabytes.
96099e29
RS
22
23* You can format this manual either for Info or for printing hardcopy
177c0ea7 24using TeX.
96099e29 25
14423a05 26* You can buy nicely printed copies from the Free Software Foundation.
bdd40dd2
RS
27For info, send mail to gnu@gnu.org or phone 617-542-5942. Buying a
28manual from the Free Software Foundation helps support our GNU
29development work.
14423a05 30
96099e29
RS
31** This distribution contains a Makefile that you can use with GNU Make.
32Otherwise, here are detailed instructions:
33
34** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
35manual is included in this distribution.
36
37The master file for formatting this manual for Tex is called
38`elisp.texi'. It contains @include commands to include all the
39chapters that make up the manual. In addition, `elisp.texi' has
40the title page in a new format designed by Karl Berry, using the
41@titlespec command.
42
43To create a DVI file with a sorted index, execute the following
44commands in the shell:
45
ff1f8dd6 46% ./configure
96099e29
RS
47% make index.texi
48% make elisp.dvi
49
50*** To create a DVI file with a permuted index, you may experiment
177c0ea7 51with `make-permuted-index'.
96099e29 52
bdd40dd2 53** To make an Info file, you need to install Texinfo, then run
df140a68 54`./configure' and `make info'. To install the Info files, run
ff1f8dd6 55`make install'.