From e8bc9d9c0ee89c8fc3fc7c9ef1c78b762481d652 Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 28 Jul 2022 03:49:52 -0700 Subject: [PATCH] fix formatting in mousequery docs --- docs/plugins/mousequery.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/mousequery.rst b/docs/plugins/mousequery.rst index eedca7646..39f401bb2 100644 --- a/docs/plugins/mousequery.rst +++ b/docs/plugins/mousequery.rst @@ -31,6 +31,6 @@ Examples ``mousequery rbutton enable`` Enable using the right mouse button to cancel out of menus and scroll the map. -``mousequery edge enable`` ``mousequery delay 300`` - Enable edge scrolling and set the delay to 300ms. + When run after ``mousequery edge enable``, sets the edge scrolling delay to + 300ms.