From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaCommandSet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en/classTQextScintillaCommandSet.html') diff --git a/doc/en/classTQextScintillaCommandSet.html b/doc/en/classTQextScintillaCommandSet.html index c48cee2..91888dc 100644 --- a/doc/en/classTQextScintillaCommandSet.html +++ b/doc/en/classTQextScintillaCommandSet.html @@ -62,7 +62,7 @@ Methods are provided to access the individual commands and to read and write the

-The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

See also:
writeSettings()
@@ -93,7 +93,7 @@ The key bindings for each command in the set are read from the settings qs

-The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

See also:
readSettings()
-- cgit v1.2.3