Files
emacs/lisp
Luc Teirlinck 92aa8a331e (blink-matching-open): Ignore `blink-matching-paren-on-screen' if
`show-paren-mode' is enabled.
(blink-matching-paren-on-screen): Update docstring.
2005-11-27 15:53:16 +00:00
..
2005-11-19 16:53:48 +00:00
2005-11-01 09:31:26 +00:00
2005-11-18 16:55:54 +00:00
2005-10-28 16:19:16 +00:00
2005-11-27 15:46:32 +00:00
2005-11-26 15:52:10 +00:00
2005-11-26 19:25:36 +00:00
2005-11-11 02:54:08 +00:00
2005-10-28 17:06:03 +00:00
2005-11-16 02:26:37 +00:00
2005-11-22 19:25:50 +00:00
2005-11-16 22:44:53 +00:00
2005-11-16 22:18:46 +00:00
2005-10-26 08:38:07 +00:00
2005-11-15 17:13:22 +00:00
2005-10-28 21:03:35 +00:00
2005-11-16 22:15:59 +00:00
2005-11-03 03:56:38 +00: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.