emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 12e6ff037a: ; Fix typos in xterm.c


From: Eli Zaretskii
Subject: master 12e6ff037a: ; Fix typos in xterm.c
Date: Tue, 13 Dec 2022 09:10:49 -0500 (EST)

branch: master
commit 12e6ff037a10af2736c807bee41497af8da421b3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typos in xterm.c
    
    * src/xterm.c (syms_of_xterm) <x-lax-frame-positioning>: Fix typos
    in the name and doc string of the variable.
---
 src/xterm.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index cd7c8a35ec..08dd41c64e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -31932,14 +31932,14 @@ server.  If the X server reports the error, Emacs 
will disable certain
 features that do not work for untrusted clients.  */);
   Vx_detect_server_trust = Qnil;
 
-  DEFVAR_LISP ("x-lax-frame-geometry", Vx_lax_frame_positioning,
-    doc: /* If non-nil nil, Emacs won't compensate for WM geometry behavior.
+  DEFVAR_LISP ("x-lax-frame-positioning", Vx_lax_frame_positioning,
+    doc: /* If non-nil, Emacs won't compensate for WM geometry behavior.
 
 Setting this to non-nil is useful when the compensation proves to be
 too slow, which is usually true when the X server is located over a
 network connection with high latency.  Doing so will make frame
 creation and placement faster at the cost of reducing the accuracy of
-frame placement via frame properties, `set-frame-position', and
+frame placement via frame parameters, `set-frame-position', and
 `set-frame-size'.  */);
   Vx_lax_frame_positioning = Qnil;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]