]> code.delx.au - gnu-emacs/blob - doc/lispref/README
Update copyright year to 2016
[gnu-emacs] / doc / lispref / README
1 Copyright (C) 2001-2016 Free Software Foundation, Inc. -*- outline -*-
2 See the end of the file for license conditions.
3
4
5 README for the Emacs Lisp Reference Manual.
6
7 * This directory contains the texinfo source files for the Emacs Lisp
8 Reference Manual.
9
10 * Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
11 To ask questions, use the help-gnu-emacs mailing list.
12
13 * The Emacs Lisp Reference Manual is quite large. It totals around
14 1100 pages in smallbook format; the info files total around 3.0 megabytes.
15
16 * You can format this manual for Info, for printing hardcopy using TeX,
17 or for HTML.
18
19 * You can buy nicely printed copies from the Free Software Foundation.
20 Buying a manual from the Free Software Foundation helps support our GNU
21 development work. See <http://shop.fsf.org/>.
22 (At time of writing, this manual is out of print.)
23
24 * The master file for formatting this manual for Tex is called 'elisp.texi'.
25 It contains @include commands to include all the chapters that make up
26 the manual.
27
28 * This distribution contains a Makefile that you can use with GNU Make.
29
30 ** To make an Info file, you need to install Texinfo, then run 'make info'.
31
32 ** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.
33
34 \f
35 This file is part of GNU Emacs.
36
37 GNU Emacs is free software: you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation, either version 3 of the License, or
40 (at your option) any later version.
41
42 GNU Emacs is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45 GNU General Public License for more details.
46
47 You should have received a copy of the GNU General Public License
48 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.