]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/haikufns.c (syms_of_haikufns): Fix indentation.
authorPo Lu <luangruo@yahoo.com>
Thu, 4 Apr 2024 00:32:49 +0000 (08:32 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 4 Apr 2024 11:40:23 +0000 (13:40 +0200)
(cherry picked from commit 3608c1399ffdb130311e2d3674ff4037188d79d8)

src/haikufns.c

index 9b50099d6ac6e4721e27460229b1b8194233cbb0..870b6f58f02a7004034492d2067f7cc01b29566d 100644 (file)
@@ -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.  */);