From: Gerd Moellmann Date: Wed, 13 Sep 2000 18:23:03 +0000 (+0000) Subject: (Fplay_sound): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a494b2d89ae7eeb5b5d7788f18972be1475ebe1;p=emacs.git (Fplay_sound): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8b0a86fca90..087f3f2b498 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-09-13 Gerd Moellmann + * sound.c (Fplay_sound): Doc fix. + * keyboard.c: Avoid some more compiler warnings. (parse_tool_bar_item): Ignore cached key bindings. 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, 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\