Files
emacs/lisp
Chong Yidong a5a1b4640f Standardize references to "Nextstep" in comments, messages, and docstrings.
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
2008-07-21 16:23:55 +00:00
..
2008-07-01 03:07:26 +00:00
2008-07-16 08:10:16 +00:00
2008-07-18 15:42:14 +00:00
2008-07-21 07:27:52 +00:00
2008-06-24 08:58:45 +00:00
2008-07-01 03:05:49 +00:00
2008-07-18 15:42:14 +00:00
2008-06-05 02:38:08 +00:00
2008-05-23 04:44:07 +00:00
2008-06-27 07:34:53 +00:00
2008-05-29 09:40:37 +00:00
2008-06-25 15:15:39 +00:00
2008-06-27 07:34:53 +00:00
2008-06-13 13:42:21 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-03 15:18:32 +00:00
2008-07-01 03:02:37 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-15 18:15:18 +00:00
2008-07-15 18:15:18 +00:00
2008-05-08 14:46:34 +00:00
2008-05-23 04:44:07 +00:00
2008-06-02 05:26:26 +00:00
2008-05-08 11:53:29 +00:00
2008-07-15 18:15:18 +00:00
2008-07-15 18:15:18 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-06 20:02:42 +00:00
2008-06-27 02:41:14 +00:00
2008-06-27 07:34:53 +00:00
2008-07-15 18:15:18 +00:00
2008-06-27 07:34:53 +00:00
2008-05-28 17:37:04 +00:00
2008-06-27 02:14:52 +00:00
2008-07-16 02:59:32 +00:00
2008-05-21 02:32:31 +00:00
2008-07-18 17:21:20 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-15 18:15:18 +00:00
2008-07-15 18:15:18 +00:00
2008-05-08 13:31:31 +00:00
2008-06-29 16:10:11 +00:00
2008-05-06 16:29:23 +00:00
2008-07-21 03:54:03 +00:00
2008-06-27 02:14:52 +00:00
2008-06-01 02:35:04 +00:00
2008-06-27 07:34:53 +00:00
2008-06-13 08:04:56 +00:00
2008-07-07 16:59:39 +00:00
2008-07-05 18:04:26 +00:00
2008-06-22 19:04:22 +00:00
2008-06-27 07:34:53 +00:00
2008-07-15 18:15:18 +00:00
2008-06-24 13:29:28 +00:00
2008-06-27 22:37:00 +00:00
2008-07-15 18:15:18 +00: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.