(Fplay_sound): Doc fix.
This commit is contained in:
parent
c26a99e8d9
commit
2a494b2d89
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2000-09-13 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* sound.c (Fplay_sound): Doc fix.
|
||||
|
||||
* keyboard.c: Avoid some more compiler warnings.
|
||||
(parse_tool_bar_item): Ignore cached key bindings.
|
||||
|
||||
|
|
|
@ -368,7 +368,7 @@ DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0,
|
|||
SOUND is a list of the form `(sound KEYWORD VALUE...)'.\n\
|
||||
The following keywords are recognized:\n\
|
||||
\n\
|
||||
:file FILE.- read sound data from FILE. If FILE Isn't an\n\
|
||||
:file FILE.- read sound data from FILE. If FILE isn't an\n\
|
||||
absolute file name, it is searched in `data-directory'.\n\
|
||||
\n\
|
||||
:data DATA - read sound data from string DATA.\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue