From 905dad0a3186a464d0c7d249cb185e55be43dfd7 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 7 Feb 2022 09:56:55 +0800 Subject: [PATCH] * doc/emacs/xresources.texi (Table of Resources): Improve wording. --- doc/emacs/xresources.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index c7c6c072ee8..893fef16ed0 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi @@ -375,14 +375,14 @@ displaying the preview text. @item @code{synchronizeResize} (class @code{SynchronizeResize}) If @samp{off} or @samp{false}, Emacs will not try to tell the window -manager when it has finished redrawing the display in response to a -request to resize a frame. Otherwise, the window manager will -postpone drawing a frame that was just resized until its contents are -updated, which prevents blank areas of a frame that have not yet been -painted from being displayed. If set to @samp{extended}, it will -enable use of extended frame synchronization, which might be supported -by some compositing window managers which don't support basic -synchronization. +manager when it has finished redrawing the display in response to a a +frame being resized. Otherwise, the window manager will postpone +drawing a frame that was just resized until its contents are updated, +which prevents blank areas of a frame that have not yet been painted +from being displayed. If set to @samp{extended}, it will enable use +of an alternative frame synchronization protocol, which might be +supported by some compositing window managers that don't support the +protocol Emacs uses by default. @item @code{verticalScrollBars} (class @code{ScrollBars}) Give frames scroll bars on the left if @samp{left}, on the right if -- 2.39.5