aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-volume.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2017-06-19 14:56:40 -0400
committerYoni Rabkin <yoni@rabkins.net>2017-06-19 14:56:40 -0400
commita6aa6ca703336ab3fd26f25f36c45894d8ecea5f (patch)
tree077acb44825f52bcc30e61b1923720ed33e59acc /lisp/emms-volume.el
parent0ebffc0b7263d261c9de1f117a96d28447889dfd (diff)
* lisp/emms-volume.el: fix typo
trivial patch by David Michael <fedora.dm0@gmail.com>
Diffstat (limited to 'lisp/emms-volume.el')
-rw-r--r--lisp/emms-volume.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el
index cca8d77..917ab2d 100644
--- a/lisp/emms-volume.el
+++ b/lisp/emms-volume.el
@@ -61,7 +61,7 @@
If you have your own functions for changing volume, set this."
:type '(choice (const :tag "Amixer" emms-volume-amixer-change)
(const :tag "MPD" emms-volume-mpd-change)
- (const :tag "Pulseaudio" emms-volume-pule-change)
+ (const :tag "PulseAudio" emms-volume-pulse-change)
(function :tag "Lisp function"))
:group 'emms-volume)