aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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