From a602e86bc1c10f44dbe9d2680bece2f552a54707 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Feb 2022 20:45:06 +0200 Subject: [PATCH] ; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change. --- src/xdisp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.5