From 3649f0ccced90db82d1b50139a94c1bac497e5a9 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 20 Jun 2023 20:14:58 +0200 Subject: [PATCH] spelling --- lisp/init-audio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-audio.el b/lisp/init-audio.el index eb008a3..d758e76 100644 --- a/lisp/init-audio.el +++ b/lisp/init-audio.el @@ -65,7 +65,7 @@ the user declines to add another file." (switch-to-buffer name) (emms-playlist-set-playlist-buffer name) (let ((read-answer-short t) - (answer (read-answer "add [D]irectory or [F]ile? " + (answer (read-answer "add [D]irectory or [F]ile(s)? " '(("dir" ?d "add dir") ("file" ?f "add file") ("url" ?u "add a streaming url")