Files
emacs/lisp
Juanma Barranquero 7877f37394 Fix typos.
2011-11-16 18:47:25 +01:00
..
2011-11-15 18:37:37 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 13:34:47 +01:00
2011-11-16 13:34:47 +01:00
2011-11-15 01:54:19 +01:00
2011-11-15 18:37:37 +01:00
2011-11-14 23:55:13 -08:00
2011-11-16 18:47:25 +01:00
2011-11-15 18:37:37 +01:00
2011-11-14 15:59:56 -08:00
2011-11-16 06:22:17 -05:00
2011-11-16 13:34:47 +01:00
2011-11-16 13:34:47 +01:00
2011-11-14 23:55:13 -08:00
2011-11-14 23:55:13 -08:00
2011-11-16 18:47:25 +01:00
2011-11-16 13:34:47 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 13:34:47 +01:00
2011-11-16 18:47:25 +01:00
2011-11-15 18:37:37 +01:00
2011-11-14 23:55:13 -08:00
2011-11-14 15:59:56 -08:00
2011-11-14 15:59:56 -08:00
2011-09-02 12:38:40 -04:00
2011-11-14 22:00:24 +01:00
2011-11-16 13:34:47 +01:00
2011-11-16 18:47:25 +01:00
2011-11-14 12:23:26 -08:00
2011-11-16 18:47:25 +01:00
2011-07-14 03:09:00 +02:00
2011-11-16 18:47:25 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 18:47:25 +01:00
2011-11-15 01:54:19 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 18:47:25 +01:00
2011-11-16 18:47:25 +01:00
2011-11-15 18:37:37 +01:00
2011-11-14 15:59:56 -08:00
2011-11-08 22:10:51 -08:00
2011-11-14 15:59:56 -08:00
2011-11-11 02:04:08 -08:00
2011-11-15 09:46:34 -08:00
2011-11-15 01:54:19 +01:00
2011-11-16 13:34:47 +01:00
2011-11-12 00:17:16 +01:00
2011-11-14 23:55:13 -08:00
2011-11-14 12:23:26 -08:00
2011-11-14 23:55:13 -08:00
2011-11-11 02:04:08 -08:00
2011-11-15 18:37:37 +01:00
2011-11-13 22:27:12 -08:00
2011-11-14 15:59:56 -08:00
2011-11-15 18:37:37 +01:00
2011-11-14 23:55:13 -08:00
2011-11-14 23:55:13 -08:00
2011-11-13 22:27:12 -08:00
2011-11-14 15:59:56 -08:00
2011-11-15 18:37:37 +01:00
2011-11-15 18:37:37 +01:00
2011-07-15 13:18:53 -04:00
2011-11-14 15:59:56 -08:00
2011-11-16 18:47:25 +01:00
2011-11-14 12:23:26 -08:00
2011-11-15 18:37:37 +01:00
2011-11-16 18:47:25 +01:00
2011-09-20 06:18:55 -04:00
2011-11-16 18:47:25 +01:00
2011-09-19 14:57:55 -04:00
2011-11-08 22:10:51 -08:00
2011-11-11 02:04:08 -08:00
2011-11-15 18:37:37 +01:00
2011-11-14 23:55:13 -08:00
2011-11-13 22:27:12 -08:00
2011-11-10 20:46:03 -05:00
2011-07-13 20:12:05 +02:00
2011-11-14 15:59:56 -08:00
2011-11-12 23:48:23 -08:00
2011-07-07 14:31:57 -04:00
2011-11-14 23:55:13 -08:00
2011-11-14 12:23:26 -08:00
2011-11-14 23:55:13 -08:00
2011-11-14 23:55:13 -08:00
2011-11-14 15:59:56 -08:00
2011-07-14 03:09:00 +02:00
2011-11-14 12:23:26 -08:00
2011-11-14 23:55:13 -08:00
2011-11-14 15:59:56 -08:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.