Files
emacs/lisp
Sebastian Urban 1f5fa1de7f Make where-is correctly identify aliases
* lisp/help.el (where-is): Make aliases correctly say which
function is an alias for what (bug#37325).
2022-01-28 17:27:28 +01:00
..
2022-01-09 06:30:18 +01:00
2022-01-16 06:51:09 +01:00
2022-01-13 12:13:41 -05:00
2022-01-28 06:32:22 +01:00
2022-01-25 06:31:03 +01:00
2022-01-16 06:51:09 +01:00
2022-01-23 14:37:32 +01:00
2022-01-22 13:52:57 +02:00
2022-01-23 13:54:16 +01:00
2022-01-11 08:58:39 -08: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.