From 6e41cef9bfebb40fdcc110296c4bc92e632fb733 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 09:55:44 +0000 Subject: [PATCH] reword comment a bit --- scripts/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/builtins.py b/scripts/builtins.py index 16a16421..93f7b8db 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -271,7 +271,7 @@ def setup_scroll(): def setup_fallback_focus(): """Sets up a focus fallback routine so that when no windows are focused, - the last window on the desktop that had focus will be focused.""" + the last window to have focus on the desktop will be focused.""" focus_stack = [] def focused(data): #global focus_stack -- 2.39.2