Paul Eggert 435da5d295 Merge from origin/emacs-25 9 years ago
..
ChangeLog.1 0e963201d0 Update copyright year to 2016 9 years ago
Makefile.in 0e963201d0 Update copyright year to 2016 9 years ago
README 0e963201d0 Update copyright year to 2016 9 years ago
abbrevs.texi dd2737b375 Adjudicate review comments in abbrevs.texi 9 years ago
anti.texi 0e963201d0 Update copyright year to 2016 9 years ago
back.texi 0e963201d0 Update copyright year to 2016 9 years ago
backups.texi 0e963201d0 Update copyright year to 2016 9 years ago
book-spine.texi c33d89cc64 Fix single-quoting style in PDF manuals 10 years ago
buffers.texi e639e10a63 Some corrections in Elisp manual 9 years ago
commands.texi 68ed6bfb65 Merge from origin/emacs-25 9 years ago
compile.texi 7228eb805d Improve documentation of byte-code objects 9 years ago
control.texi d7a93efd0e Minor improvements to 'pcase' documentation 9 years ago
customize.texi c51943d71d * lisp/custom.el (defcustom): Doc fix. 9 years ago
debugging.texi e639e10a63 Some corrections in Elisp manual 9 years ago
display.texi 435da5d295 Merge from origin/emacs-25 9 years ago
doclicense.texi 4288142b39 Update licenses to latest version from FSF. 12 years ago
edebug.texi 0e963201d0 Update copyright year to 2016 9 years ago
elisp.texi e87fbc0780 Improve Lisp-level documentation of tooltips 9 years ago
errors.texi 0e963201d0 Update copyright year to 2016 9 years ago
eval.texi 6ad0d39680 Update documentation of 'indirect-function' 9 years ago
files.texi 9f9b4fa783 * doc/lispref/files.texi (File Attributes): Fix typo. 9 years ago
frames.texi e639e10a63 Some corrections in Elisp manual 9 years ago
functions.texi 6f3243db55 Implement 'func-arity' 9 years ago
gpl.texi 4288142b39 Update licenses to latest version from FSF. 12 years ago
hash.texi a4aa94d0cd New primitives sxhash-eq, sxhash-eql 9 years ago
help.texi 0e963201d0 Update copyright year to 2016 9 years ago
hooks.texi 3db8ce4fbd Document 'pre-redisplay-functions' 9 years ago
index.texi 1df7defd80 Fix minor whitespace issues after "." in manual. 12 years ago
internals.texi 65f692658e Deterministic build improvements 9 years ago
intro.texi 65f692658e Deterministic build improvements 9 years ago
keymaps.texi e639e10a63 Some corrections in Elisp manual 9 years ago
lay-flat.texi 0e963201d0 Update copyright year to 2016 9 years ago
lists.texi 2460cfac09 * doc/lispref/lists.texi (Association Lists): Document 'alist-get'. 9 years ago
loading.texi bd0c23ce09 Improve documentation of dynamic modules 9 years ago
macros.texi 5409aca9af * doc/lispref/macros.texi (Expansion): Document 'macroexpand-1'. 9 years ago
maps.texi 0e963201d0 Update copyright year to 2016 9 years ago
markers.texi a71783bd6c Update documentation of 'deactivate-mark'. 9 years ago
minibuf.texi e639e10a63 Some corrections in Elisp manual 9 years ago
modes.texi f67f1edd69 ; * doc/lispref/modes.texi (Font Lock Basics): Minor rewording. 9 years ago
nonascii.texi fbce4757a8 Expunge "allow" + infinitive without direct object from source and doc. 9 years ago
numbers.texi 05b6268078 Merge doc fixes for 'random' lost in previous merge 9 years ago
objects.texi 0e963201d0 Update copyright year to 2016 9 years ago
os.texi ff2c764764 Merge from origin/emacs-25 9 years ago
package.texi 0e963201d0 Update copyright year to 2016 9 years ago
positions.texi 7dba17670f Fix problems caused by new implementation of sub-word mode 9 years ago
processes.texi a11756ad0e Spelling fixes 9 years ago
searching.texi e1d749bd7e Allow undoing changes while doing query-replace 9 years ago
sequences.texi 2946344a23 New function seq-sort-by in seq.el 9 years ago
spellfile 09ae5da1b8 Prefer typical American spelling for "acknowledgment". 13 years ago
streams.texi fbce4757a8 Expunge "allow" + infinitive without direct object from source and doc. 9 years ago
strings.texi 1f7feecaee Use Gnulib filevercmp for version comparison 9 years ago
symbols.texi 9f493814bb Document 'function-put' 9 years ago
syntax.texi 9dcf599893 Amend parse-partial-sexp correctly to handle two character comment delimiters 9 years ago
text.texi 435da5d295 Merge from origin/emacs-25 9 years ago
tips.texi 7777e8089f Clarify documentation of key binding conventions 9 years ago
two-volume-cross-refs.txt 0e963201d0 Update copyright year to 2016 9 years ago
two-volume.make 0e963201d0 Update copyright year to 2016 9 years ago
variables.texi da976cff35 * lisp/files.el: Use a fixed file name for the second dir-locals file 9 years ago
windows.texi 2d382515bf Add new function display-buffer-reuse-mode-window 9 years ago

README

Copyright (C) 2001-2016 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 .