diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/sound.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b0a86fca90..087f3f2b498 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-09-13 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-13 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * sound.c (Fplay_sound): Doc fix. | ||
| 4 | |||
| 3 | * keyboard.c: Avoid some more compiler warnings. | 5 | * keyboard.c: Avoid some more compiler warnings. |
| 4 | (parse_tool_bar_item): Ignore cached key bindings. | 6 | (parse_tool_bar_item): Ignore cached key bindings. |
| 5 | 7 | ||
diff --git a/src/sound.c b/src/sound.c index a3a44ccefca..521f1fdce68 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -368,7 +368,7 @@ DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0, | |||
| 368 | SOUND is a list of the form `(sound KEYWORD VALUE...)'.\n\ | 368 | SOUND is a list of the form `(sound KEYWORD VALUE...)'.\n\ |
| 369 | The following keywords are recognized:\n\ | 369 | The following keywords are recognized:\n\ |
| 370 | \n\ | 370 | \n\ |
| 371 | :file FILE.- read sound data from FILE. If FILE Isn't an\n\ | 371 | :file FILE.- read sound data from FILE. If FILE isn't an\n\ |
| 372 | absolute file name, it is searched in `data-directory'.\n\ | 372 | absolute file name, it is searched in `data-directory'.\n\ |
| 373 | \n\ | 373 | \n\ |
| 374 | :data DATA - read sound data from string DATA.\n\ | 374 | :data DATA - read sound data from string DATA.\n\ |