diff options
| author | Eli Zaretskii | 2006-07-08 18:04:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:04:32 +0000 |
| commit | 27d8ff63494e5b9d1933eff7e3cd3306cae6476a (patch) | |
| tree | 4a817f0e4d6e4eeb06c73f066bd0c9f1826192ac | |
| parent | 3fbca65f539e2f045ae00753c0848ff247cb9d08 (diff) | |
| download | emacs-27d8ff63494e5b9d1933eff7e3cd3306cae6476a.tar.gz emacs-27d8ff63494e5b9d1933eff7e3cd3306cae6476a.zip | |
(Init File, System Environment, Sound Output, Session Management): Remove
@tindex.
| -rw-r--r-- | lispref/os.texi | 7 |
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 | ||
| 250 | This normal hook is run, once, just after handling the command line | 249 | This normal hook is run, once, just after handling the command line |
| 251 | arguments, just before @code{term-setup-hook}. | 250 | arguments, 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 | ||
| 256 | This variable holds the absolute file name of the user's init file. If the | 254 | This variable holds the absolute file name of the user's init file. If the |
| 257 | actual init file loaded is a compiled file, such as @file{.emacs.elc}, | 255 | actual init file loaded is a compiled file, such as @file{.emacs.elc}, |
| 258 | the value refers to the corresponding source file. | 256 | the 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 | ||
| 797 | This function takes a search path string such as would be the value of | 794 | This function takes a search path string such as would be the value of |
| 798 | the @code{PATH} environment variable, and splits it at the separators, | 795 | the @code{PATH} environment variable, and splits it at the separators, |
| 799 | returning a list of directory names. @code{nil} in this list stands for | 796 | returning 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}) |
| 1916 | or Sun Audio format (@samp{.au}). | 1913 | or Sun Audio format (@samp{.au}). |
| 1917 | 1914 | ||
| 1918 | @tindex play-sound | ||
| 1919 | @defun play-sound sound | 1915 | @defun play-sound sound |
| 1920 | This function plays a specified sound. The argument, @var{sound}, has | 1916 | This function plays a specified sound. The argument, @var{sound}, has |
| 1921 | the form @code{(sound @var{properties}...)}, where the @var{properties} | 1917 | the 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 | ||
| 1956 | This function is an alternative interface to playing a sound @var{file} | 1951 | This function is an alternative interface to playing a sound @var{file} |
| 1957 | specifying an optional @var{volume} and @var{device}. | 1952 | specifying 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 |
| 1962 | A list of functions to be called before playing a sound. Each function | 1956 | A list of functions to be called before playing a sound. Each function |
| 1963 | is called with one argument, a property list that describes the sound. | 1957 | is 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 | ||
| 2064 | Emacs supports saving state by using a hook called | 2057 | Emacs 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 |
| 2066 | called when the session manager tells Emacs that the window system is | 2059 | called when the session manager tells Emacs that the window system is |