From: Po Lu Date: Thu, 4 Apr 2024 00:32:49 +0000 (+0800) Subject: ; * src/haikufns.c (syms_of_haikufns): Fix indentation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7e30f699f724cd35d915119bd792d18f8987f1c;p=emacs.git ; * src/haikufns.c (syms_of_haikufns): Fix indentation. (cherry picked from commit 3608c1399ffdb130311e2d3674ff4037188d79d8) --- 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. */);