Files
emacs/lisp
Lars Ingebrigtsen aefdde9636 add-minor-mode doc string clarification
* lisp/subr.el (add-minor-mode): Clarify that this function isn't
only about XEmacs compat stuff.
2021-02-13 12:46:34 +01:00
..
2021-01-31 14:17:16 +01:00
2021-02-11 21:41:58 +01:00
2021-01-29 05:52:51 +01:00
2021-02-12 20:52:05 +01:00
2021-01-31 15:00:41 +01:00
2021-02-03 08:11:08 -08:00
2021-01-31 14:35:44 +01:00
2021-02-08 09:10:57 +01:00
2021-02-08 07:52:16 +01:00
2021-02-06 08:10:38 -08:00
2021-02-08 00:25:16 +01:00
2021-02-08 00:25:16 +01:00
2021-02-06 08:10:38 -08:00
2021-02-10 10:58:40 -08:00
2021-02-06 08:10:38 -08:00
2021-02-10 14:42:51 +01:00
2021-02-03 08:11:08 -08:00
2021-02-08 09:10:57 +01:00
2021-02-01 06:28:21 -08:00
2021-01-14 07:50:28 -08:00
2021-02-05 10:06:22 +01:00
2021-01-28 19:36:24 +01: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.