diff --git a/README.org b/README.org index 971b538..f661f20 100644 --- a/README.org +++ b/README.org @@ -3618,7 +3618,10 @@ use with =elfeed=. (custom-set-variables '(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 (custom-set-variables `(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms")))