aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Ryde2009-11-26 23:58:23 +0000
committerKevin Ryde2009-11-26 23:58:23 +0000
commitd3d97050b75d1a4c136c8bf7ae52ed537b0f843a (patch)
tree752797948ad381d51993b87c9cb9b9f214b26b8c /doc
parentbe0a5fb7f84e582f41377f19915a66320333b615 (diff)
downloademacs-d3d97050b75d1a4c136c8bf7ae52ed537b0f843a.tar.gz
emacs-d3d97050b75d1a4c136c8bf7ae52ed537b0f843a.zip
* os.texi (Startup Summary): vindex inhibit-startup-message and
inhibit-splash-screen. (Command-Line Arguments): vindex argv. (Suspending Emacs): vindex suspend-tty-functions and resume-tty-functions. Don't want to index every hook, but having the programming ones is helpful.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 3b4d3cf3145..ded70f4927b 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -201,6 +201,8 @@ Do not set this variable in the init file of a new user, or in a way
201that affects more than one user, as that would prevent new users from 201that affects more than one user, as that would prevent new users from
202receiving information about copyleft and basic Emacs usage. 202receiving information about copyleft and basic Emacs usage.
203 203
204@vindex inhibit-startup-message
205@vindex inhibit-splash-screen
204@code{inhibit-startup-message} and @code{inhibit-splash-screen} are 206@code{inhibit-startup-message} and @code{inhibit-splash-screen} are
205aliases for this variable. 207aliases for this variable.
206@end defopt 208@end defopt
@@ -489,6 +491,7 @@ to Emacs.
489@end defvar 491@end defvar
490 492
491@defvar command-line-args-left 493@defvar command-line-args-left
494@vindex argv
492The value of this variable is the list of command-line arguments that 495The value of this variable is the list of command-line arguments that
493have not yet been processed. @code{argv} is an alias for this. 496have not yet been processed. @code{argv} is an alias for this.
494@end defvar 497@end defvar
@@ -697,6 +700,7 @@ the terminal for the selected frame). @xref{Multiple Terminals}.
697 700
698If @var{tty} is already suspended, this function does nothing. 701If @var{tty} is already suspended, this function does nothing.
699 702
703@vindex suspend-tty-functions
700This function runs the hook @code{suspend-tty-functions}, passing the 704This function runs the hook @code{suspend-tty-functions}, passing the
701terminal object as an argument to each function. 705terminal object as an argument to each function.
702@end defun 706@end defun
@@ -707,6 +711,7 @@ This function resumes the previously suspended terminal device
707terminal for that frame), or @code{nil} (meaning the terminal for the 711terminal for that frame), or @code{nil} (meaning the terminal for the
708selected frame). 712selected frame).
709 713
714@vindex resume-tty-functions
710This function reopens the terminal device, re-initializes it, and 715This function reopens the terminal device, re-initializes it, and
711redraws its with that terminal's selected frame. It then runs the 716redraws its with that terminal's selected frame. It then runs the
712hook @code{resume-tty-functions}, passing the terminal object as an 717hook @code{resume-tty-functions}, passing the terminal object as an