From: Eli Zaretskii Date: Sat, 12 Feb 2022 18:45:06 +0000 (+0200) Subject: ; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change. X-Git-Tag: emacs-29.0.90~2356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a602e86bc1c10f44dbe9d2680bece2f552a54707;p=emacs.git ; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change. --- diff --git a/src/xdisp.c b/src/xdisp.c index ec8d53e5ccb..d0fb0ea733f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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;