Update copyright notices for 2013.
[bpt/emacs.git] / doc / lispref / README
... / ...
CommitLineData
1Copyright (C) 2001-2013 Free Software Foundation, Inc. -*- outline -*-
2See the end of the file for license conditions.
3
4
5README for the Emacs Lisp Reference Manual.
6
7* This directory contains the texinfo source files for the Emacs Lisp
8Reference Manual.
9
10* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
11To ask questions, use the help-gnu-emacs mailing list.
12
13* The Emacs Lisp Reference Manual is quite large. It totals around
141100 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,
17or for HTML.
18
19* You can buy nicely printed copies from the Free Software Foundation.
20Buying a manual from the Free Software Foundation helps support our GNU
21development 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'.
25It contains @include commands to include all the chapters that make up
26the 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
35This file is part of GNU Emacs.
36
37GNU Emacs is free software: you can redistribute it and/or modify
38it under the terms of the GNU General Public License as published by
39the Free Software Foundation, either version 3 of the License, or
40(at your option) any later version.
41
42GNU Emacs is distributed in the hope that it will be useful,
43but WITHOUT ANY WARRANTY; without even the implied warranty of
44MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45GNU General Public License for more details.
46
47You should have received a copy of the GNU General Public License
48along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.