1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
emacs/doc/lispref
Chong Yidong 48de8b1221 Update docs for a bunch of 24.3 changes.
* doc/emacs/killing.texi (Rectangles): Document copy-rectangle-as-kill.

* doc/emacs/search.texi (Special Isearch): Document the lax space search
feature and M-s SPC.
(Regexp Search): Move main search-whitespace-regexp description to
Special Isearch.
(Replace): Document replace-lax-whitespace.

* doc/emacs/basic.texi (Position Info): Document C-u M-=.
(Moving Point): Document move-to-column.

* doc/emacs/display.texi (Useless Whitespace): Add delete-trailing-lines.

* doc/emacs/misc.texi (emacsclient Options): Document the effect of
initial-buffer-choice on client frames.  Document server-auth-dir.
Do not document server-host, which is bad security practice.

* doc/emacs/building.texi (Lisp Libraries): Docstring lookups can trigger
autoloading.  Document help-enable-auto-load.

* doc/emacs/mini.texi (Yes or No Prompts): New node.

* doc/emacs/ack.texi (Acknowledgments): Remove obsolete packages.

* doc/lispref/commands.texi (Click Events): Define "mouse position list".
Remove mention of unimplemented horizontal scroll bars.
(Drag Events, Motion Events): Refer to "mouse position list".
(Accessing Mouse): Document posnp.

* doc/lispref/errors.texi (Standard Errors): Tweak arith-error description.
Tweak markup.  Remove domain-error and friends, which seem to be
unused after the floating-point code revamp.

* doc/lispref/functions.texi (Obsolete Functions): Obsolescence also affects
documentation commands.  Various clarifications.
(Declare Form): New node.

* doc/lispref/loading.texi (Autoload):
* doc/lispref/help.texi (Documentation Basics): The special sequences can
trigger autoloading.

* doc/lispref/macros.texi (Defining Macros): Move description of `declare' to
Declare Form node.

* doc/lispref/numbers.texi (Integer Basics): Copyedits.
(Float Basics): Consider IEEE floating point always available.
(Random Numbers): Document actual limits.
(Arithmetic Operations): Clarify division by zero.  Don't mention
the machine-independence of negative division since it does not
happen in practice.

* doc/lispref/os.texi (Idle Timers): Minor clarifications.
(User Identification): Add system-users and system-groups.

* doc/lispref/strings.texi (String Basics): Copyedits.

* lisp/minibuffer.el (minibuffer-local-filename-syntax): Doc fix.

* lisp/server.el (server-host): Document the security implications.
(server-auth-key): Doc fix.

* lisp/startup.el (initial-buffer-choice): Doc fix.

* src/fns.c (Frandom): Doc fix.
2012-09-30 17:18:38 +08:00
..
.gitignore
abbrevs.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
advice.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
anti.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
back.texi
backups.texi Doc updates for read-only-mode. 2012-09-23 18:46:50 +08:00
book-spine.texi
buffers.texi Doc updates for read-only-mode. 2012-09-23 18:46:50 +08:00
ChangeLog Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
commands.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
compile.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
control.texi Recommand against save-window-excursion in Lisp manual. 2012-09-02 12:47:28 +08:00
customize.texi Doc fixes for defface and friends. 2012-09-18 13:14:42 +08:00
debugging.texi Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de 2012-09-21 11:03:48 +08:00
display.texi Doc fixes for defface and friends. 2012-09-18 13:14:42 +08:00
doclicense.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
edebug.texi edebug.texi (Instrumenting): Improve indexing. 2012-09-22 16:24:58 +03:00
elisp.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
errors.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
eval.texi * doc/lispref/eval.texi (Intro Eval): Add index entry for sexp. 2012-09-07 18:36:39 +08:00
files.texi Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org 2012-09-28 09:02:31 -07:00
frames.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
functions.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
gpl.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
hash.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
help.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
hooks.texi deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) 2012-07-29 00:16:45 -07:00
index.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
internals.texi In Lisp manual, don't capitalize pty. 2012-06-27 13:21:15 +08:00
intro.texi Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
keymaps.texi Doc updates for read-only-mode. 2012-09-23 18:46:50 +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 Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
macros.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
Makefile.in Merge from emacs-24; up to 2012-04-26T03:04:36Z!cyd@gnu.org 2012-06-21 00:34:27 -07:00
makefile.w32-in Give info files the .info extension 2012-05-03 23:45:03 -07:00
maps.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
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 Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org 2012-06-17 13:13:40 +08:00
nonascii.texi Fix bug #12062 with a typo in Elisp manual. 2012-07-28 10:47:58 +03:00
numbers.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
objects.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
os.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
package.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
positions.texi Add a utility function buffer-narrowed-p, and use it. 2012-09-07 16:58:31 +08:00
processes.texi In Lisp manual, don't capitalize pty. 2012-06-27 13:21:15 +08:00
README
searching.texi Misc doc fixes. 2012-09-22 23:24:26 +08:00
sequences.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
spellfile Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
streams.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
strings.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
symbols.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
syntax.texi Introduce "raw syntax descriptor" terminology, and use it. 2012-09-08 22:23:01 +08:00
text.texi Doc fixes for defface and friends. 2012-09-18 13:14:42 +08:00
tips.texi Nuke hand-written node pointers in doc/lispref 2012-05-26 18:34:14 -07:00
two-volume-cross-refs.txt
two-volume.make Remove the need for lispref vol1.texi and vol2.texi 2012-05-08 20:11:41 -07:00
variables.texi Doc fixes for defface and friends. 2012-09-18 13:14:42 +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/>.