From 5c786c96e1c83d458b81036db4096e5e3891427c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 May 2023 11:36:02 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 009bbbfd3..e5221d38d 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -3064,8 +3064,8 @@ in the newly cloned window. The supported strategies are: Source the file pointed to by the environment variable :envvar:`KITTY_CLONE_SOURCE_PATH`. -This option must be a comma separated list of the above values. This only -source the first valid one in the above order. +This option must be a comma separated list of the above values. Only the +first valid match, in the order specified, is sourced. ''' )