diff options
| author | Kevin Ryde | 2009-11-26 23:58:23 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-11-26 23:58:23 +0000 |
| commit | d3d97050b75d1a4c136c8bf7ae52ed537b0f843a (patch) | |
| tree | 752797948ad381d51993b87c9cb9b9f214b26b8c /doc | |
| parent | be0a5fb7f84e582f41377f19915a66320333b615 (diff) | |
| download | emacs-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.texi | 5 |
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 | |||
| 201 | that affects more than one user, as that would prevent new users from | 201 | that affects more than one user, as that would prevent new users from |
| 202 | receiving information about copyleft and basic Emacs usage. | 202 | receiving 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 |
| 205 | aliases for this variable. | 207 | aliases 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 | ||
| 492 | The value of this variable is the list of command-line arguments that | 495 | The value of this variable is the list of command-line arguments that |
| 493 | have not yet been processed. @code{argv} is an alias for this. | 496 | have 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 | ||
| 698 | If @var{tty} is already suspended, this function does nothing. | 701 | If @var{tty} is already suspended, this function does nothing. |
| 699 | 702 | ||
| 703 | @vindex suspend-tty-functions | ||
| 700 | This function runs the hook @code{suspend-tty-functions}, passing the | 704 | This function runs the hook @code{suspend-tty-functions}, passing the |
| 701 | terminal object as an argument to each function. | 705 | terminal 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 | |||
| 707 | terminal for that frame), or @code{nil} (meaning the terminal for the | 711 | terminal for that frame), or @code{nil} (meaning the terminal for the |
| 708 | selected frame). | 712 | selected frame). |
| 709 | 713 | ||
| 714 | @vindex resume-tty-functions | ||
| 710 | This function reopens the terminal device, re-initializes it, and | 715 | This function reopens the terminal device, re-initializes it, and |
| 711 | redraws its with that terminal's selected frame. It then runs the | 716 | redraws its with that terminal's selected frame. It then runs the |
| 712 | hook @code{resume-tty-functions}, passing the terminal object as an | 717 | hook @code{resume-tty-functions}, passing the terminal object as an |