]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Feb 2022 18:45:06 +0000 (20:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Feb 2022 18:45:06 +0000 (20:45 +0200)
src/xdisp.c

index ec8d53e5ccbf9886dac38eba2bc6974bee57d9e3..d0fb0ea733fc7b86171519416cb470c24fb08d6d 100644 (file)
@@ -36549,9 +36549,8 @@ and display the most important part of the minibuffer.   */);
   /* See bug#43519 for some discussion around this.  */
   redisplay_adhoc_scroll_in_resize_mini_windows = true;
 
-  DEFVAR_BOOL ("composition-break-at-point",
-              composition_break_at_point,
-              doc: /* If non-nil, prevent auto-composition of characters around point.
+  DEFVAR_BOOL ("composition-break-at-point", composition_break_at_point,
+    doc: /* If non-nil, prevent auto-composition of characters around point.
 This makes it easier to edit character sequences that are
 composed on display.  */);
   composition_break_at_point = false;