diff options
| author | Glenn Morris | 2014-02-25 00:41:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-25 00:41:47 -0800 |
| commit | 98bd6b321c3efbb5d7c5d3c0dbbcecbccf5fda3f (patch) | |
| tree | 360d2816c6a875d5920a1f26c01cc4de437c38b1 /doc/misc/edt.texi | |
| parent | a038bd8769ec54ecf7d7241ccef8decc0dc712b5 (diff) | |
| download | emacs-98bd6b321c3efbb5d7c5d3c0dbbcecbccf5fda3f.tar.gz emacs-98bd6b321c3efbb5d7c5d3c0dbbcecbccf5fda3f.zip | |
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.
Diffstat (limited to 'doc/misc/edt.texi')
| -rw-r--r-- | doc/misc/edt.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index c4937d4ae6e..ef27d339e9e 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -91,7 +91,7 @@ initiate an Emacs session, by adding the following line to your | |||
| 91 | @file{.emacs} file: | 91 | @file{.emacs} file: |
| 92 | 92 | ||
| 93 | @example | 93 | @example |
| 94 | (add-hook term-setup-hook 'edt-emulation-on) | 94 | (add-hook 'emacs-startup-hook 'edt-emulation-on) |
| 95 | @end example | 95 | @end example |
| 96 | 96 | ||
| 97 | @noindent @strong{Important:} Be sure to read the rest of this manual. | 97 | @noindent @strong{Important:} Be sure to read the rest of this manual. |
| @@ -295,7 +295,7 @@ initiate an Emacs session, by adding the following line to your | |||
| 295 | @file{.emacs} file: | 295 | @file{.emacs} file: |
| 296 | 296 | ||
| 297 | @example | 297 | @example |
| 298 | (add-hook term-setup-hook 'edt-emulation-on) | 298 | (add-hook 'emacs-startup-hook 'edt-emulation-on) |
| 299 | @end example | 299 | @end example |
| 300 | 300 | ||
| 301 | A reference sheet is included (later on) listing the default EDT | 301 | A reference sheet is included (later on) listing the default EDT |