From c7e30f699f724cd35d915119bd792d18f8987f1c Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 4 Apr 2024 08:32:49 +0800 Subject: [PATCH] ; * src/haikufns.c (syms_of_haikufns): Fix indentation. (cherry picked from commit 3608c1399ffdb130311e2d3674ff4037188d79d8) --- src/haikufns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/haikufns.c b/src/haikufns.c index 9b50099d6ac..870b6f58f02 100644 --- a/src/haikufns.c +++ b/src/haikufns.c @@ -3309,8 +3309,8 @@ syms_of_haikufns (void) Vx_sensitive_text_pointer_shape = Qnil; DEFVAR_BOOL ("haiku-pass-control-tab-to-system", - haiku_pass_control_tab_to_system, - doc: /* Whether or not to pass C-TAB to the system. + haiku_pass_control_tab_to_system, + doc: /* Whether or not to pass C-TAB to the system. Setting this variable will cause Emacs to pass C-TAB to the system (allowing window switching on the Haiku operating system), rather than intercepting it. */); -- 2.39.5