diff options
author | Michael Olson <mwolson@gnu.org> | 2006-10-17 22:04:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-10-17 22:04:00 +0000 |
commit | b5be2839b49dd87845738557d87ca6855ef81856 (patch) | |
tree | c08f90d1bafa0fde2c3b57dffe7a03e082b5ff5e /emms.texinfo | |
parent | 236ca21937c7fb3ca17753ccb74f2ad455e81907 (diff) |
emms-player-mpd: When using the emms-volume interface, allow the user to specify the amount of change in the volume
darcs-hash:20061017220404-1bfb2-816cd9b19dfb4094787434034e46fddce4442831.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index d9ff358..db4bd60 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1653,6 +1653,13 @@ order to prime the cache. @subsubheading emms-volume.el integration +@defopt emms-player-mpd-volume-change-amount +The amount to use when raising or lowering the volume using the +emms-volume interface. + +This should be a positive integer. +@end defopt + @defun emms-volume-mpd-change amount Change volume up or down by AMOUNT, depending on whether it is positive or negative. |