]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fplay_sound): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 13 Sep 2000 18:23:03 +0000 (18:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 13 Sep 2000 18:23:03 +0000 (18:23 +0000)
src/ChangeLog
src/sound.c

index 8b0a86fca902068b51f4591b776ab7565e278481..087f3f2b49894d667101c5bce6a926695636ee29 100644 (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.
 
index a3a44ccefcac9e6b47f7a9ae36e06b147437ab82..521f1fdce68832fe912760db5c77e2ed23bdd2b3 100644 (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\