aboutsummaryrefslogtreecommitdiff
path: root/emms-volume-amixer.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2007-03-18 10:54:00 +0000
committerWilliam Xu <william.xwl@gmail.com>2007-03-18 10:54:00 +0000
commit4a52382b9084675a140285e32e0ca011d5b8ed19 (patch)
treed973f313c2e52f81e2a49fb271a0e8cb76ec50bd /emms-volume-amixer.el
parentfcee10df467011a1d767c1c5ccc0321702f67ce6 (diff)
emms-volume-amixer.el: Add more docs for variable
`emms-volume-amixer-control'. darcs-hash:20070318105444-cfa61-060471a97680036c7e4440cad4b9e9ee2e7c19a2.gz
Diffstat (limited to 'emms-volume-amixer.el')
-rw-r--r--emms-volume-amixer.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emms-volume-amixer.el b/emms-volume-amixer.el
index 20cc3c5..1c52f4c 100644
--- a/emms-volume-amixer.el
+++ b/emms-volume-amixer.el
@@ -41,7 +41,9 @@
;;; Code:
(defcustom emms-volume-amixer-control "Master"
- "The control to change the volume with."
+ "The control to change the volume with.
+Controls includes \"Master\", \"PCM\", etc. For a full list of available
+controls, run `amixer controls' in a shell."
:type '(choice (const :tag "Master" "Master")
(const :tag "PCM" "PCM")
(string :tag "Something else: "))