Document poor code quality in emms-streams

This commit is contained in:
Gerard Vermeulen 2022-04-18 12:32:59 +02:00
parent 561ae31d39
commit b0918996a1

View File

@ -3618,7 +3618,10 @@ use with =elfeed=.
(custom-set-variables (custom-set-variables
'(emms-playlist-mode-center-when-go t))) '(emms-playlist-mode-center-when-go t)))
(autoload 'emms-streams "emms-streams" nil 'interactive) ;; Interactive functions in `emms-streams' are undocumentend, since
;; they have their `interactive' calls before their documentation
;; strings. Furthermore, they have no autoload cookies.
(autoload 'emms-streams "emms-streams" nil t)
(with-eval-after-load 'emms-streams (with-eval-after-load 'emms-streams
(custom-set-variables (custom-set-variables
`(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms"))) `(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms")))