emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref os.texi


From: Kevin Ryde
Subject: [Emacs-diffs] emacs/doc/lispref os.texi
Date: Thu, 26 Nov 2009 23:58:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Kevin Ryde <kryde>      09/11/26 23:58:23

Modified files:
        doc/lispref    : os.texi 

Log message:
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/os.texi?cvsroot=emacs&r1=1.32&r2=1.33

Patches:
Index: os.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- os.texi     15 Oct 2009 20:44:36 -0000      1.32
+++ os.texi     26 Nov 2009 23:58:23 -0000      1.33
@@ -201,6 +201,8 @@
 that affects more than one user, as that would prevent new users from
 receiving information about copyleft and basic Emacs usage.
 
address@hidden inhibit-startup-message
address@hidden inhibit-splash-screen
 @code{inhibit-startup-message} and @code{inhibit-splash-screen} are
 aliases for this variable.
 @end defopt
@@ -489,6 +491,7 @@
 @end defvar
 
 @defvar command-line-args-left
address@hidden argv
 The value of this variable is the list of command-line arguments that
 have not yet been processed.  @code{argv} is an alias for this.
 @end defvar
@@ -697,6 +700,7 @@
 
 If @var{tty} is already suspended, this function does nothing.
 
address@hidden suspend-tty-functions
 This function runs the hook @code{suspend-tty-functions}, passing the
 terminal object as an argument to each function.
 @end defun
@@ -707,6 +711,7 @@
 terminal for that frame), or @code{nil} (meaning the terminal for the
 selected frame).
 
address@hidden resume-tty-functions
 This function reopens the terminal device, re-initializes it, and
 redraws its with that terminal's selected frame.  It then runs the
 hook @code{resume-tty-functions}, passing the terminal object as an




reply via email to

[Prev in Thread] Current Thread [Next in Thread]