Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / doc / lispref / README
blobe8dbaddde565bfed9e4d8b8147ff99db08e6bb97
1 Copyright (C) 2001-2014 Free Software Foundation, Inc.  -*- outline -*-
2 See the end of the file for license conditions.
5 README for the Emacs Lisp Reference Manual.
7 * This directory contains the texinfo source files for the Emacs Lisp
8 Reference Manual.
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.
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.
16 * You can format this manual for Info, for printing hardcopy using TeX,
17 or for HTML.
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.)
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.
28 * This distribution contains a Makefile that you can use with GNU Make.
30 ** To make an Info file, you need to install Texinfo, then run `make info'.
32 ** Use `make elisp.pdf' or `make elisp.html' to create PDF or HTML versions.
35 This file is part of GNU Emacs.
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.
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.
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/>.