guile-snarf configuration
[bpt/emacs.git] / doc / lispref / back.texi
CommitLineData
6ec2b97b 1\input texinfo @c -*-texinfo-*-
a05074b9 2@c This is part of the GNU Emacs Lisp Reference Manual.
ba318903 3@c Copyright (C) 2001-2014 Free Software Foundation, Inc.
a05074b9
GM
4@c See the file elisp.texi for copying conditions.
5@c
94ec544d
DL
6@c %**start of header
7@setfilename back-cover
8@settitle GNU Emacs Lisp Reference Manual
c6ab4664 9@documentencoding UTF-8
94ec544d
DL
10@c %**end of header
11.
12@sp 7
13@center @titlefont {GNU Emacs Lisp}
14@sp 1
15
16@quotation
17 Most of the GNU Emacs text editor is written in the programming
18language called Emacs Lisp. You can write new code in Emacs Lisp and
19install it as an extension to the editor. However, Emacs Lisp is more
20than a mere ``extension language''; it is a full computer programming
21language in its own right. You can use it as you would any other
22programming language.
23
24 Because Emacs Lisp is designed for use in an editor, it has special
25features for scanning and parsing text as well as features for handling
26files, buffers, displays, subprocesses, and so on. Emacs Lisp is
27closely integrated with the editing facilities; thus, editing commands
28are functions that can also conveniently be called from Lisp programs,
29and parameters for customization are ordinary Lisp variables.
30
31 This manual describes Emacs Lisp. Generally speaking, the earlier
32chapters describe features of Emacs Lisp that have counterparts in
33many programming languages, and later chapters describe features that
34are peculiar to Emacs Lisp or relate specifically to editing.
35@end quotation
36
37@hfil
38@bye