Files
emacs/lisp
Glenn Morris 98bd6b321c Doc updates related to tty-setup-hook
* doc/emacs/custom.texi (Terminal Init):
Replace term-setup-hook with tty-setup-hook.

* doc/lispref/display.texi (Window Systems):
* doc/lispref/hooks.texi (Standard Hooks):
Replace term-setup-hook with tty-setup-hook.

* doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific):
Replace term-setup-hook with tty-setup-hook, and update.

* doc/misc/edt.texi (Quick start, Starting emulation):
* doc/misc/efaq.texi (Fullscreen mode on MS-Windows)
(Terminal setup code works after Emacs has begun): Update hook details.

* doc/misc/vip.texi (Loading VIP): Fix hook example.

* lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes.

* lisp/startup.el (term-setup-hook): Doc fix.  Make obsolete.

* lisp/emulation/edt.el: Comment update.

* lisp/term/sun.el (sun-raw-prefix-hooks):
Use tty-setup-hook instead of term-setup-hook.
(terminal-init-sun): Construct message from bytecomp plist.

* lisp/term/wyse50.el (enable-arrow-keys): Doc fix.

* etc/refcards/vipcard.tex: Hook fix.

* etc/NEWS: Related edit.
2014-02-25 00:41:47 -08:00
..
2014-02-22 18:46:12 -08:00
2014-01-15 22:24:06 -08:00
2014-01-26 01:47:40 +01:00
2014-01-25 20:15:42 +01:00
2014-02-13 03:19:48 +01:00
2014-02-19 00:34:45 -08:00
2014-02-13 03:19:48 +01:00
2014-01-15 22:24:06 -08:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-15 22:24:06 -08:00
2014-01-15 22:24:06 -08:00
2014-01-26 01:47:40 +01:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-01-17 20:27:51 -05:00
2014-02-17 14:51:36 -08:00
2014-01-26 01:47:40 +01:00
2014-01-26 01:47:40 +01:00
2014-01-21 20:43:37 -05:00
2014-01-26 01:47:40 +01:00
2014-01-10 19:55:50 -08:00
2014-01-21 00:49:46 -08:00
2014-01-10 19:55:50 -08:00
2014-01-12 18:29:59 +08:00
2014-02-23 01:19:11 +01:00
2014-02-05 20:05:43 -08:00
2014-01-05 22:25:30 -08:00
2014-02-25 00:41:47 -08:00
2014-02-06 23:18:02 -08:00
2014-02-12 00:27:27 -08:00
2014-01-05 22:25:30 -08:00
2014-02-20 00:14:20 -08:00
2014-02-13 00:26:01 -08:00
2014-02-12 11:40:35 -08:00
2014-02-01 06:17:37 -05:00
2014-01-11 21:29:11 -08:00
2014-01-15 22:24:06 -08:00
2014-01-13 11:55:22 +01:00
2014-01-25 20:15:42 +01:00
2014-01-25 20:15:42 +01:00
2014-02-12 11:40:35 -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.