Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org
[bpt/emacs.git] / doc / lispintro / README
CommitLineData
ab422c4d 1Copyright (C) 2001-2013 Free Software Foundation, Inc.
5b87ad55 2See the end of the file for license conditions.
c2e309f2
GM
3
4
61879b3a 5This directory contains the source of the "Introduction to Programming
e8ea3caf
EZ
6in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This
7manual is an elementary introduction to programming in Emacs Lisp for
8people who are not programmers, and who are not necessarily interested
9in programming, but who do want to customize or extend their computing
10environment.
11
61879b3a
RC
12This third edition of 2006 Oct 31 updates the previous editions to GNU
13Emacs 22.
e8ea3caf 14
e8ea3caf
EZ
15You will find additional instructions on formatting in the beginning
16of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes!
17
61879b3a 182006 Oct 31
e8ea3caf 19Robert J. Chassell, bob@gnu.org
5b87ad55 20
6bfde5f2
GM
21
22\f
23COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
24
25The PostScript images (*.eps) contain copyright and license information
26in their headers. The PDF versions were automatically generated using
27the epstopdf utility, and are subject to the same conditions as their
28EPS counterparts.
29
30
5b87ad55
GM
31\f
32This file is part of GNU Emacs.
33
8ae3715e 34GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 35it under the terms of the GNU General Public License as published by
8ae3715e
GM
36the Free Software Foundation, either version 3 of the License, or
37(at your option) any later version.
5b87ad55
GM
38
39GNU Emacs is distributed in the hope that it will be useful,
40but WITHOUT ANY WARRANTY; without even the implied warranty of
41MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42GNU General Public License for more details.
43
44You should have received a copy of the GNU General Public License
8ae3715e 45along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.