File: README

package info (click to toggle)
emacs19 19.34-26.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 41,856 kB
  • ctags: 34,702
  • sloc: lisp: 239,625; ansic: 136,046; sh: 2,430; makefile: 1,444; yacc: 373; asm: 254; csh: 12; sed: 4
file content (10 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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.