view lisp/README @ 70833:ea33fa838697

*** The variable `makefile-query-one-target-method' has been renamed to makefile-query-one-target-method-function. The old name is still available as alias. *** The variable `artist-text-renderer' has been renamed to `artist-text-renderer-function'. The old name is still available as alias. *** The variable `flyspell-generic-check-word-p' has been renamed to `flyspell-generic-check-word-predicate'. The old name is still available as alias. *** The variable `ispell-format-word' has been renamed to `ispell-format-word-function'. The old name is still available as alias. *** The variables `skeleton-transformation', `skeleton-filter', and `skeleton-pair-filter' have been renamed to `skeleton-transformation-function', `skeleton-filter-function', and `skeleton-pair-filter-function'. The old names are still available as aliases. *** The variable `sgml-transformation' has been renamed to `sgml-transformation-function'. The old name is still available as alias.
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Sun, 21 May 2006 23:53:29 +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.