annotate lisp/README @ 80895:776cb0a1bb24
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 13)
- Update from CVS
2007-05-10 Richard Stallman <rms@gnu.org>
* lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Fix generated doc string.
* lisp/startup.el (fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
* lisp/progmodes/compile.el (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
* lisp/files.el (file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 Richard Stallman <rms@gnu.org>
* lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.
* lispref/help.texi (Keys in Documentation): Add reference to
Documentation Tips.
* lispref/files.texi (Format Conversion): TO-FN gets three arguments.
* lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
author |
Miles Bader <miles@gnu.org> |
date |
Fri, 11 May 2007 04:44:30 +0000 |
parents |
1ae53bd2e777 |
children |
|
rev |
line source |
35378
|
1 This directory contains source code for the parts of Emacs that are
|
|
2 written in Emacs Lisp. *.el files are Emacs Lisp source, and the
|
|
3 corresponding *.elc files are byte-compiled versions. Byte-compiled
|
|
4 files are architecture-independent.
|
|
5
|
|
6 The term subdirectory contains Lisp files that customize Emacs for
|
|
7 certain terminal types. When Emacs starts, it checks the TERM
|
|
8 environment variable to get the terminal type and loads
|
|
9 `term/${TERM}.el' if it exists.
|
|
10
|
|
11 The other subdirectories hold Lisp packages grouped by their general
|
|
12 purpose.
|
|
13
|