From 8f383bcbdb26560aaac4bafbd3a0aa7d08a65b97 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 12 Jun 2023 19:38:10 +0200 Subject: [PATCH] Make checkdoc happy about db-music.el --- site-lisp/db-music.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/site-lisp/db-music.el b/site-lisp/db-music.el index 4150135..1d5cf2c 100644 --- a/site-lisp/db-music.el +++ b/site-lisp/db-music.el @@ -102,16 +102,13 @@ more details." (call-interactively #'db/playlist-files-from-git-annex-find))) (defhydra music-control (:color red :hint none) - " -Playing: %s(db/emms-track-status) + "\nPlaying: %s(db/emms-track-status) _n_: ?n? _p_: ?p? _RET_: ?RET? _s_: ?s? _-_: lower volume _+_: ?+? _P_: ?P? - _M_: ?M? - -" + _M_: ?M?\n" ("n" emms-next "next") ("p" emms-previous "previous") ("RET" emms-pause "play/pause") @@ -200,4 +197,4 @@ OVERWRITE is non-nil." (provide 'db-music) -;;; db-music ends here +;;; db-music.el ends here