aboutsummaryrefslogtreecommitdiffstats
path: root/etc/refcards
diff options
context:
space:
mode:
authorGlenn Morris2014-02-25 00:41:47 -0800
committerGlenn Morris2014-02-25 00:41:47 -0800
commit98bd6b321c3efbb5d7c5d3c0dbbcecbccf5fda3f (patch)
tree360d2816c6a875d5920a1f26c01cc4de437c38b1 /etc/refcards
parenta038bd8769ec54ecf7d7241ccef8decc0dc712b5 (diff)
downloademacs-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 'etc/refcards')
-rw-r--r--etc/refcards/vipcard.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/refcards/vipcard.tex b/etc/refcards/vipcard.tex
index deb42a7f34f..23f263202a7 100644
--- a/etc/refcards/vipcard.tex
+++ b/etc/refcards/vipcard.tex
@@ -279,7 +279,7 @@ If you wish to be in vi mode just after you startup Emacs,
279include the line: 279include the line:
280 280
281\hskip 5ex 281\hskip 5ex
282\kbd{(setq term-setup-hook 'vip-mode)} 282\kbd{(add-hook 'emacs-startup-hook 'vip-mode)}
283 283
284in your \kbd{.emacs} file. 284in your \kbd{.emacs} file.
285Or, you can put the following alias in your \kbd{.cshrc} file. 285Or, you can put the following alias in your \kbd{.cshrc} file.