Files
emacs/lisp
..
2013-10-27 06:22:53 -04:00
2013-10-27 06:22:53 -04:00
2013-10-12 17:31:19 -07:00
2013-10-27 06:22:53 -04:00
2013-10-12 22:17:42 -07:00
2013-10-08 20:49:20 +03:00
2013-10-27 06:22:53 -04:00
2013-10-27 06:22:53 -04:00
2013-10-17 16:55:15 -08:00
2013-10-01 06:17:41 -04:00
2013-10-08 18:11:29 +03:00
2013-10-26 19:02:02 -07:00
2013-09-26 10:37:16 +03:00
2013-10-27 06:22:53 -04:00
2013-10-08 18:11:29 +03: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.