Index: commands.texi =================================================================== RCS file: /sources/emacs/emacs/doc/lispref/commands.texi,v retrieving revision 1.21 diff -u -r1.21 commands.texi --- commands.texi 14 Nov 2009 15:15:32 -0000 1.21 +++ commands.texi 26 Nov 2009 23:47:11 -0000 @@ -1618,6 +1618,8 @@ The element @var{position} is a list describing the position of the event, in the same format as used in a mouse-click event. +@vindex mouse-wheel-up-event +@vindex mouse-wheel-down-event This kind of event is generated only on some kinds of systems. On some systems, @code{mouse-4} and @code{mouse-5} are used instead. For portable code, use the variables @code{mouse-wheel-up-event} and Index: os.texi =================================================================== RCS file: /sources/emacs/emacs/doc/lispref/os.texi,v retrieving revision 1.32 diff -u -r1.32 os.texi --- os.texi 15 Oct 2009 20:44:36 -0000 1.32 +++ os.texi 26 Nov 2009 23:47:20 -0000 @@ -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. +@vindex inhibit-startup-message +@vindex 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 +@vindex 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. +@vindex 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). +@vindex 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