Oleh Krehel df61b07822 Add a new `inhibit-message' variable 10 years ago
..
ChangeLog.1 0bba79e69b ; ChangeLog fixes 10 years ago
Makefile.in 7e09ef09a4 Update copyright year to 2015 10 years ago
README a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
abbrevs.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
anti.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
back.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
backups.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
book-spine.texi c6ab4664a6 Specify .texi encoding. 11 years ago
buffers.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
commands.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
compile.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
control.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
customize.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
debugging.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
display.texi df61b07822 Add a new `inhibit-message' variable 10 years ago
doclicense.texi 4288142b39 Update licenses to latest version from FSF. 12 years ago
edebug.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
elisp.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
errors.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
eval.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
files.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
frames.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
functions.texi 41278b775b Spacing and punctuation fixes 10 years ago
gpl.texi 4288142b39 Update licenses to latest version from FSF. 12 years ago
hash.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
help.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
hooks.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
index.texi 1df7defd80 Fix minor whitespace issues after "." in manual. 12 years ago
internals.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
intro.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
keymaps.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
lay-flat.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
lists.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
loading.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
macros.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
makefile.w32-in a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
maps.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
markers.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
minibuf.texi 81deba3d7a Merge from origin/emacs-24 10 years ago
modes.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
nonascii.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
numbers.texi 711770da91 Fix minor ldexp issues 10 years ago
objects.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
os.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
package.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
positions.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
processes.texi b16cdc2782 * doc/lispref/processes.texi (Shell Arguments): Prefer diff -u. 10 years ago
searching.texi 3074a9fad1 '[:graph:]' now excludes whitespace, not just ' ' 10 years ago
sequences.texi cc4705f693 * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous. 10 years ago
spellfile 09ae5da1b8 Prefer typical American spelling for "acknowledgment". 13 years ago
streams.texi 41278b775b Spacing and punctuation fixes 10 years ago
strings.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
symbols.texi 7e09ef09a4 Update copyright year to 2015 10 years ago
syntax.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
text.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
tips.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
two-volume-cross-refs.txt a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago
two-volume.make 7e09ef09a4 Update copyright year to 2015 10 years ago
variables.texi a3505cb3ef doc/lispref/variables.texi (Creating Buffer-Local): Improve indexing (Bug#19608) 10 years ago
windows.texi a2940cd43e Minor quoting etc. fixes to lispref manual 10 years ago

README

Copyright (C) 2001-2015 Free Software Foundation, Inc. -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large. It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work. See .
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see .