]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in xterm.c
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Dec 2022 14:10:23 +0000 (16:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Dec 2022 14:10:23 +0000 (16:10 +0200)
* src/xterm.c (syms_of_xterm) <x-lax-frame-positioning>: Fix typos
in the name and doc string of the variable.

src/xterm.c

index cd7c8a35ec8e78adbe9973f7c21450f3d42eaf73..08dd41c64e179e357d73cac9eccd1ba810a24bbc 100644 (file)
@@ -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;
 }