diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-05-12 10:14:33 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-05-12 10:14:33 -0400 |
commit | 5e0b2a93c340c46daa42f5139acbaae869bddb4e (patch) | |
tree | 93bf8e190e2f2e53aadc94d10c952efe2c16d3c9 | |
parent | a435df9461bd141848504418b4bc7bcea7cc881c (diff) |
* emms-info.el: documentation fix.
-rw-r--r-- | emms-info.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emms-info.el b/emms-info.el index b7a6537..a180c3a 100644 --- a/emms-info.el +++ b/emms-info.el @@ -57,8 +57,7 @@ too annoying for you, set this variable to nil." :type 'boolean) (defcustom emms-info-asynchronously t - "Non-nil when track information should be loaded asynchronously. -This requires `emms-later-do', which should come with EMMS." + "Non-nil when track information should be loaded asynchronously." :type 'boolean) (defcustom emms-info-report-each-num-tracks 200 |