From bcfc8fa3a84e950d0a8b0009b6129002d02a4c8c Mon Sep 17 00:00:00 2001 From: Milo Gertjejansen Date: Sat, 6 Oct 2018 19:45:36 -0500 Subject: [PATCH] New config: More powerful :config- commands: add #4283 Missed a small comment change. Continues #2794 --- qutebrowser/config/configcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py index 074680237..228cee59d 100644 --- a/qutebrowser/config/configcommands.py +++ b/qutebrowser/config/configcommands.py @@ -283,7 +283,7 @@ class ConfigCommands: option: The name of the option. key: The key to use. value: The value to place in the dictionary. - temp: Don't touch autoconfig.yml. + temp: Set value temporarily until qutebrowser is closed. replace: Whether or not we should replace, default is not. """ opt = self._config.get_opt(option)