emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/os.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi,v
Date: Sat, 08 Jul 2006 18:04:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:04:32

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- os.texi     13 May 2006 10:47:36 -0000      1.82
+++ os.texi     8 Jul 2006 18:04:32 -0000       1.83
@@ -246,13 +246,11 @@
 @end defvar
 
 @defvar emacs-startup-hook
address@hidden emacs-startup-hook
 This normal hook is run, once, just after handling the command line
 arguments, just before @code{term-setup-hook}.
 @end defvar
 
 @defvar user-init-file
address@hidden user-init-file
 This variable holds the absolute file name of the user's init file.  If the
 actual init file loaded is a compiled file, such as @file{.emacs.elc},
 the value refers to the corresponding source file.
@@ -793,7 +791,6 @@
 @end defvar
 
 @defun parse-colon-path path
address@hidden parse-colon-path
 This function takes a search path string such as would be the value of
 the @code{PATH} environment variable, and splits it at the separators,
 returning a list of directory names.  @code{nil} in this list stands for
@@ -1915,7 +1912,6 @@
   The sound must be stored as a file in RIFF-WAVE format (@samp{.wav})
 or Sun Audio format (@samp{.au}).
 
address@hidden play-sound
 @defun play-sound sound
 This function plays a specified sound.  The argument, @var{sound}, has
 the form @code{(sound @var{properties}...)}, where the @var{properties}
@@ -1952,12 +1948,10 @@
 @end defun
 
 @defun play-sound-file file &optional volume device
address@hidden play-sound-file
 This function is an alternative interface to playing a sound @var{file}
 specifying an optional @var{volume} and @var{device}.
 @end defun
 
address@hidden play-sound-functions
 @defvar play-sound-functions
 A list of functions to be called before playing a sound.  Each function
 is called with one argument, a property list that describes the sound.
@@ -2060,7 +2054,6 @@
 @var{session}}.
 
 @defvar emacs-save-session-functions
address@hidden emacs-save-session-functions
 Emacs supports saving state by using a hook called
 @code{emacs-save-session-functions}.  Each function in this hook is
 called when the session manager tells Emacs that the window system is




reply via email to

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