1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(Fplay_sound): Doc fix.

This commit is contained in:
Gerd Moellmann 2000-09-13 18:23:03 +00:00
parent c26a99e8d9
commit 2a494b2d89
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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\