From 8b94952573d5448c168ce030965635a4fe8ac516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 29 Oct 2023 06:43:46 +0200 Subject: [PATCH 1/1] Mention ending in backslash for drafting a comment --- composer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.py b/composer.py index 500d9f9..1fee76e 100644 --- a/composer.py +++ b/composer.py @@ -429,7 +429,7 @@ def make_comment(session): if session.is_gemini: com_text = clean_query(req) if len(com_text) == 0: - return 10, 'New comment: (see Help for special commands)' + return 10, 'New comment: (draft by ending with a backslash; see Help for special commands)' if com_text == '.': special = 'draft' -- 2.34.1