aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2001-10-03 12:29:25 +0000
committerShengHuo ZHU2001-10-03 12:29:25 +0000
commite89c369954d4d5849e8937ac1f8ea48a590818dd (patch)
tree048310d69ad1b83ed33164ef5c1e48ec91d0f914
parentaa01bed16131cc5a9776cb7cf6e5a825b3deceb4 (diff)
downloademacs-e89c369954d4d5849e8937ac1f8ea48a590818dd.tar.gz
emacs-e89c369954d4d5849e8937ac1f8ea48a590818dd.zip
* emacs-mime.texi (mailcap): rvplayer -> wavplayer. Thanks to
Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>.
-rw-r--r--man/emacs-mime.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index c3e730c1f4c..e416118324e 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -686,7 +686,7 @@ audio/wav; wavplayer %s
686@end example 686@end example
687 687
688This says that all image files should be displayed with @command{gimp}, 688This says that all image files should be displayed with @command{gimp},
689and that realaudio files should be played by @command{rvplayer}. 689and that WAVE audio files should be played by @code{wavplayer}.
690 690
691The @code{mailcap} library parses such files, and provides functions for 691The @code{mailcap} library parses such files, and provides functions for
692matching types. 692matching types.