Files
emacs/lisp
..
2014-06-28 10:35:48 +09:00
2014-08-21 18:07:13 +03:00
2014-08-25 12:48:08 -04:00
2014-06-25 20:34:54 -04:00
2014-06-28 10:34:17 +09:00
2014-08-14 21:05:36 -07:00
2014-07-29 16:21:11 +02: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.