aboutsummaryrefslogtreecommitdiff
path: root/emms-setup.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-10-04 13:49:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-10-04 13:49:00 +0000
commit5917c93f567e70cfcb6122fc140f603557207788 (patch)
tree66c7aaf3f28e321e69ba85dc17efece31dc1cf7b /emms-setup.el
parentc1fc8a4356b804f028858579f99e993d492c9926 (diff)
Yet Another Installment of the manual re-write
darcs-hash:20051004134932-be80e-4b875ae487827f1507f8f7dd0f13a37023894976.gz
Diffstat (limited to 'emms-setup.el')
-rw-r--r--emms-setup.el15
1 files changed, 8 insertions, 7 deletions
diff --git a/emms-setup.el b/emms-setup.el
index 8a99ccc..55df85e 100644
--- a/emms-setup.el
+++ b/emms-setup.el
@@ -41,7 +41,7 @@
(defun emms-minimalistic ()
"An Emms setup script.
-Invisible playlist and all the basics for playing media."
+Invisible playlists and all the basics for playing media."
(require 'emms)
(require 'emms-source-file)
(require 'emms-player-simple)
@@ -49,8 +49,9 @@ Invisible playlist and all the basics for playing media."
(defun emms-standard ()
"An Emms setup script.
-Everything included in the `emms-minimalistic' setup and adds the
-Emms playlist mode."
+Everything included in the `emms-minimalistic' setup, the Emms
+interactive playlist mode and reading information from tagged
+audio files."
;; include
(emms-minimalistic)
;; define
@@ -68,7 +69,7 @@ Emms playlist mode."
(defun emms-all ()
"An Emms setup script.
Everything included in the `emms-standard' setup and adds all the
-stable add-ons which come with the Emms distribution."
+stable features which come with the Emms distribution."
;; include
(emms-standard)
;; define
@@ -82,9 +83,9 @@ stable add-ons which come with the Emms distribution."
(defun emms-devel ()
"An Emms setup script.
Everything included in the `emms-all' setup and adds all the
-add-ons which come with the Emms distribution regardless if they
-are considered stable or not. Use this if you like living on the
-edge."
+features which come with the Emms distribution regardless of if
+they are considered stable or not. Use this if you like living
+on the edge."
;; include
(emms-all)
;; define