aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:04:32 +0000
committerEli Zaretskii2006-07-08 18:04:32 +0000
commit27d8ff63494e5b9d1933eff7e3cd3306cae6476a (patch)
tree4a817f0e4d6e4eeb06c73f066bd0c9f1826192ac
parent3fbca65f539e2f045ae00753c0848ff247cb9d08 (diff)
downloademacs-27d8ff63494e5b9d1933eff7e3cd3306cae6476a.tar.gz
emacs-27d8ff63494e5b9d1933eff7e3cd3306cae6476a.zip
(Init File, System Environment, Sound Output, Session Management): Remove
@tindex.
-rw-r--r--lispref/os.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 4d92ac293a7..a9a1afaa6d8 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -246,13 +246,11 @@ command-line action arguments.
246@end defvar 246@end defvar
247 247
248@defvar emacs-startup-hook 248@defvar emacs-startup-hook
249@tindex emacs-startup-hook
250This normal hook is run, once, just after handling the command line 249This normal hook is run, once, just after handling the command line
251arguments, just before @code{term-setup-hook}. 250arguments, just before @code{term-setup-hook}.
252@end defvar 251@end defvar
253 252
254@defvar user-init-file 253@defvar user-init-file
255@tindex user-init-file
256This variable holds the absolute file name of the user's init file. If the 254This variable holds the absolute file name of the user's init file. If the
257actual init file loaded is a compiled file, such as @file{.emacs.elc}, 255actual init file loaded is a compiled file, such as @file{.emacs.elc},
258the value refers to the corresponding source file. 256the value refers to the corresponding source file.
@@ -793,7 +791,6 @@ and MS-Windows.
793@end defvar 791@end defvar
794 792
795@defun parse-colon-path path 793@defun parse-colon-path path
796@tindex parse-colon-path
797This function takes a search path string such as would be the value of 794This function takes a search path string such as would be the value of
798the @code{PATH} environment variable, and splits it at the separators, 795the @code{PATH} environment variable, and splits it at the separators,
799returning a list of directory names. @code{nil} in this list stands for 796returning a list of directory names. @code{nil} in this list stands for
@@ -1915,7 +1912,6 @@ earlier did not support sound at all.
1915 The sound must be stored as a file in RIFF-WAVE format (@samp{.wav}) 1912 The sound must be stored as a file in RIFF-WAVE format (@samp{.wav})
1916or Sun Audio format (@samp{.au}). 1913or Sun Audio format (@samp{.au}).
1917 1914
1918@tindex play-sound
1919@defun play-sound sound 1915@defun play-sound sound
1920This function plays a specified sound. The argument, @var{sound}, has 1916This function plays a specified sound. The argument, @var{sound}, has
1921the form @code{(sound @var{properties}...)}, where the @var{properties} 1917the form @code{(sound @var{properties}...)}, where the @var{properties}
@@ -1952,12 +1948,10 @@ Each function is called with one argument, @var{sound}.
1952@end defun 1948@end defun
1953 1949
1954@defun play-sound-file file &optional volume device 1950@defun play-sound-file file &optional volume device
1955@tindex play-sound-file
1956This function is an alternative interface to playing a sound @var{file} 1951This function is an alternative interface to playing a sound @var{file}
1957specifying an optional @var{volume} and @var{device}. 1952specifying an optional @var{volume} and @var{device}.
1958@end defun 1953@end defun
1959 1954
1960@tindex play-sound-functions
1961@defvar play-sound-functions 1955@defvar play-sound-functions
1962A list of functions to be called before playing a sound. Each function 1956A list of functions to be called before playing a sound. Each function
1963is called with one argument, a property list that describes the sound. 1957is called with one argument, a property list that describes the sound.
@@ -2060,7 +2054,6 @@ saved session to restore. For Emacs, this argument is @samp{--smid
2060@var{session}}. 2054@var{session}}.
2061 2055
2062@defvar emacs-save-session-functions 2056@defvar emacs-save-session-functions
2063@tindex emacs-save-session-functions
2064Emacs supports saving state by using a hook called 2057Emacs supports saving state by using a hook called
2065@code{emacs-save-session-functions}. Each function in this hook is 2058@code{emacs-save-session-functions}. Each function in this hook is
2066called when the session manager tells Emacs that the window system is 2059called when the session manager tells Emacs that the window system is