Files
emacs/lisp
Stefan Kangas 5f87550f53 Merge from origin/emacs-28
80736aef90 Fix which-func-update doc string
d9e5ae5e20 Improve wording of 'dired-jump's description
2022-03-08 06:32:57 +01:00
..
2022-02-18 10:38:42 +02:00
2022-02-16 17:07:58 +02:00
2022-02-25 13:04:10 +01:00
2022-02-15 10:56:58 +01:00
2022-03-07 06:33:56 +01:00
2022-03-08 06:32:57 +01:00
2022-03-06 19:02:45 +01:00
2022-02-19 13:34:11 +01:00
2022-02-23 21:05:08 +01:00
2022-03-06 23:14:30 -06:00
2022-02-17 12:31:12 +01:00
2022-02-21 03:57:27 +02:00
2022-02-17 15:26:37 +02:00
2022-02-08 11:10:03 +01:00
2022-02-28 06:33:06 +01:00
2022-02-13 11:24:22 +01:00
2022-02-22 06:30:59 +01:00
2022-03-01 07:05:15 +01:00
2022-02-22 03:32:52 +01:00
2022-02-02 00:59:28 +01:00
2022-02-20 13:23:33 +01:00
2022-02-22 15:22:50 +01:00
2022-02-14 10:26:29 +00:00
2022-02-18 10:38:49 +02:00
2022-03-03 10:12:44 -05:00
2022-02-03 06:30:29 +01:00
2022-02-22 06:30:59 +01:00
2022-02-05 08:50:05 +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.