Files
emacs/lisp
Eli Zaretskii 79e2dade76 lisp/international/mule.el (define-coding-system): Fix typos in the doc string.
Add missing ChangeLog entry for the previous commit.
2014-12-28 17:43:43 +02:00
..
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-24 15:19:25 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-28 15:06:05 +01:00
2014-11-28 23:07:16 -08:00
2014-12-27 13:31:20 -03:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-27 13:31:20 -03:00
2014-12-28 02:48:05 +02:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-15 22:24:06 -08:00
2014-01-26 01:47:40 +01:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-09-11 12:44:25 -07:00
2014-12-27 06:17:50 -05:00
2014-10-23 21:17:00 +02:00
2014-11-27 16:57:22 +01:00
2014-04-13 11:27:32 +01:00
2014-11-18 16:19:14 +09:00
2014-09-29 14:14:08 -04:00
2014-02-28 14:19:06 +01:00
2014-11-04 21:08:12 -08:00
2014-03-04 15:13:41 +01:00
2014-09-22 10:10:53 -04:00
2014-09-22 10:10:53 -04:00
2014-09-23 06:21:30 -04:00
2014-02-12 11:40:35 -08:00
2014-12-25 22:19:29 +02:00
2014-12-25 18:19:28 -08:00
2014-09-29 14:14:08 -04:00
2014-01-11 21:29:11 -08:00
2014-12-03 13:42:20 -05:00
2014-09-29 14:14:08 -04:00
2014-09-29 14:14:08 -04:00
2014-03-04 14:01:48 +01:00
2014-12-27 13:15:55 -03:00
2014-12-18 18:12:24 +01:00
2014-06-08 00:41:27 -07:00
2014-06-05 15:40:54 +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.