From b9794e6a1384299d5d77e54c1c7d6670d742edff Mon Sep 17 00:00:00 2001 From: "L. S. Leary" <LSLeary@users.noreply.github.com> Date: Fri, 23 Sep 2022 19:21:48 +1200 Subject: [PATCH] Fix documentation bug in X.U.NSP The Usage section made reference to a non-existent `namedScratchpadSpawnAction` function. It has been replaced with `namedScratchpadAction` in accordance with the documented bindings below. --- XMonad/Util/NamedScratchpad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Util/NamedScratchpad.hs b/XMonad/Util/NamedScratchpad.hs index fade575f..b78ea9ea 100644 --- a/XMonad/Util/NamedScratchpad.hs +++ b/XMonad/Util/NamedScratchpad.hs @@ -60,7 +60,7 @@ import qualified XMonad.Util.ExtensibleState as XS -- $usage -- Allows to have several floating scratchpads running different applications. --- Bind a key to 'namedScratchpadSpawnAction'. +-- Bind a key to 'namedScratchpadAction'. -- Pressing it will spawn configured application, or bring it to the current -- workspace if it already exists. -- Pressing the key with the application on the current workspace will