From 998ca396cb8afe47027dd9dac466575b8b63ee50 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Mon, 6 Jun 2022 20:10:01 +0200 Subject: [PATCH] Fix typo in pipewire-decrease-volume docstring --- pw-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw-ui.el b/pw-ui.el index b7d4bdc..99d9ce1 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -181,7 +181,7 @@ object. Otherwise apply it on the default audio sink." ;;;###autoload (defun pipewire-decrease-volume () "Decrease volume of an audio output or input. -The volume is Decreased by `pipewire-volume-step'. +The volume is decreased by `pipewire-volume-step'. If on a Node or Port in a PipeWire buffer, apply it on the given object. Otherwise apply it on the default audio sink." (interactive)