Mercurial > hg > xemacs-beta
comparison man/lispref/display.texi @ 1738:f43f9ca6c7d9
[xemacs-hg @ 2003-10-10 12:39:27 by stephent]
@var -> @code <87ad89mfs3.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 10 Oct 2003 12:39:45 +0000 |
parents | f561c3904bb3 |
children | 62b9ef1ed4ac |
comparison
equal
deleted
inserted
replaced
1737:68ed93de81b7 | 1738:f43f9ca6c7d9 |
---|---|
1282 @deffn Command load-sound-file filename sound-name &optional volume | 1282 @deffn Command load-sound-file filename sound-name &optional volume |
1283 This function reads in an audio file and adds it to @code{sound-alist}. | 1283 This function reads in an audio file and adds it to @code{sound-alist}. |
1284 The sound file must be in the Sun/NeXT U-LAW format. @var{sound-name} | 1284 The sound file must be in the Sun/NeXT U-LAW format. @var{sound-name} |
1285 should be a symbol, specifying the name of the sound. If @var{volume} | 1285 should be a symbol, specifying the name of the sound. If @var{volume} |
1286 is specified, the sound will be played at that volume; otherwise, the | 1286 is specified, the sound will be played at that volume; otherwise, the |
1287 value of @var{bell-volume} will be used. | 1287 value of @code{bell-volume} will be used. |
1288 @end deffn | 1288 @end deffn |
1289 | 1289 |
1290 @defun play-sound sound &optional volume device | 1290 @defun play-sound sound &optional volume device |
1291 This function plays sound @var{sound}, which should be a symbol | 1291 This function plays sound @var{sound}, which should be a symbol |
1292 mentioned in @code{sound-alist}. If @var{volume} is specified, it | 1292 mentioned in @code{sound-alist}. If @var{volume} is specified, it |