view lisp/README @ 64347:e99898c983f2

(site-run-file, keyboard-type): Doc fixes. (command-line): Check for "--basic-display" argument; also for "--quick", not "--bare-bones" (which was renamed). (fancy-splash-text): Add missing item "Getting New Versions". (normal-splash-screen): Fix typos and improve consistency with `fancy-splash-text'. Update copyright year.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 15 Jul 2005 14:47:06 +0000
parents 1ae53bd2e777
children
line wrap: on
line source

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.