1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
emacs/doc/lispref
Chong Yidong bb6b0efc34 Clarify descriptions of delq and delete in Lisp manual.
* doc/lispref/lists.texi (Sets And Lists): Explain that the return value for
delete should be used, like for delq.
2012-09-09 15:50:45 +08:00
..
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi
ChangeLog Clarify descriptions of delq and delete in Lisp manual. 2012-09-09 15:50:45 +08:00
commands.texi
compile.texi
control.texi Recommand against save-window-excursion in Lisp manual. 2012-09-02 12:47:28 +08:00
customize.texi
debugging.texi Implement `debug-on-message'. 2012-09-04 23:21:00 +02:00
display.texi Manual fixes for frame-background-mode. 2012-08-05 17:24:55 +08:00
doclicense.texi
edebug.texi
elisp.texi Doc fixes and improvements for syntax tables. 2012-08-04 22:33:00 +08:00
errors.texi
eval.texi * doc/lispref/eval.texi (Intro Eval): Add index entry for sexp. 2012-09-07 18:36:39 +08:00
files.texi
frames.texi
functions.texi Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org. 2012-08-07 11:33:37 +08:00
gpl.texi
hash.texi
help.texi
hooks.texi deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) 2012-07-29 00:16:45 -07:00
index.texi
internals.texi
intro.texi
keymaps.texi Doc fixes and improvements for syntax tables. 2012-08-04 22:33:00 +08:00
lay-flat.texi
lists.texi Clarify descriptions of delq and delete in Lisp manual. 2012-09-09 15:50:45 +08:00
loading.texi
macros.texi
Makefile.in
makefile.w32-in
maps.texi
markers.texi Add a couple of xrefs to the Lisp manual. 2012-09-07 12:51:26 +08:00
minibuf.texi * minibuf.texi: Fix last change. 2012-09-09 15:09:03 +08:00
modes.texi
nonascii.texi Fix bug #12062 with a typo in Elisp manual. 2012-07-28 10:47:58 +03:00
numbers.texi Better seed support for (random). 2012-08-31 18:04:26 -07:00
objects.texi
os.texi
package.texi
positions.texi Add a utility function buffer-narrowed-p, and use it. 2012-09-07 16:58:31 +08:00
processes.texi
README
searching.texi Allow scrolling in y-or-n-p. 2012-09-09 14:43:47 +08:00
sequences.texi
spellfile
streams.texi
strings.texi
symbols.texi
syntax.texi Introduce "raw syntax descriptor" terminology, and use it. 2012-09-08 22:23:01 +08:00
text.texi Doc fixes and improvements for syntax tables. 2012-08-04 22:33:00 +08:00
tips.texi
two-volume-cross-refs.txt
two-volume.make
variables.texi Fix doc of local-variable-if-set-p. 2012-09-07 22:15:59 +08:00
windows.texi Minor doc fix for switch-to-buffer. 2012-09-07 21:53:21 +08:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2012 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 <http://shop.fsf.org/>.
(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 <http://www.gnu.org/licenses/>.