1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/doc/lispref
Chong Yidong 75e8f9d2de Improve documentation of easy-menu-define.
* lisp/emacs-lisp/easymenu.el (easy-menu-define): Doc fix.

* doc/lispref/keymaps.texi (Toolkit Differences): Node deleted.
(Easy Menu): New node.

Fixes: debbugs:12628
2012-10-24 11:48:50 +08:00
..
.gitignore
abbrevs.texi
advice.texi
anti.texi
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 Improve documentation of easy-menu-define. 2012-10-24 11:48:50 +08:00
commands.texi Spelling fixes. 2012-10-04 22:57:24 -07:00
compile.texi
control.texi
customize.texi
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 Make unused variable font-list-limit obsolete, and move it out of C. 2012-10-23 10:39:13 +08:00
doclicense.texi
edebug.texi edebug.texi (Instrumenting): Improve indexing. 2012-09-22 16:24:58 +03:00
elisp.texi Improve documentation of easy-menu-define. 2012-10-24 11:48:50 +08:00
errors.texi Spelling fixes. 2012-10-04 22:57:24 -07:00
eval.texi
files.texi Fix outdated timestamp documentation in Elisp manual. 2012-10-23 00:57:42 -07:00
frames.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
functions.texi Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
gpl.texi
hash.texi
help.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
hooks.texi Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
index.texi
internals.texi
intro.texi Refer to cl-lib rather than cl in lispref 2012-10-21 19:22:27 -07:00
keymaps.texi Improve documentation of easy-menu-define. 2012-10-24 11:48:50 +08:00
lay-flat.texi
lists.texi Refer to cl-lib rather than cl in lispref 2012-10-21 19:22:27 -07:00
loading.texi Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
macros.texi More documentation fixes for changes to defun, defmacro, etc. 2012-10-15 12:03:04 +08:00
Makefile.in
makefile.w32-in
maps.texi
markers.texi
minibuf.texi * minibuf.texi (Basic Completion): Clarify list form of completion table. 2012-10-05 15:48:25 +08:00
modes.texi Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
nonascii.texi
numbers.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
objects.texi
os.texi * doc/lispref/os.texi (Recording Input): Tiny fix. 2012-10-22 17:57:14 -04:00
package.texi
positions.texi
processes.texi
README
searching.texi Misc doc fixes. 2012-09-22 23:24:26 +08:00
sequences.texi
spellfile
streams.texi
strings.texi Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
symbols.texi
syntax.texi
text.texi Fix outdated timestamp documentation in Elisp manual. 2012-10-23 00:57:42 -07:00
tips.texi * doc/lispref/tips.texi (Coding Conventions): Recommend cl-lib over cl. 2012-10-21 19:18:58 -07:00
two-volume-cross-refs.txt
two-volume.make
variables.texi
windows.texi

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/>.