]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor copyedits of the latest xterm change
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Dec 2022 14:54:47 +0000 (16:54 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Dec 2022 14:54:47 +0000 (16:54 +0200)
* src/xterm.h (struct x_display_info): Fix a comment.
* src/xterm.c (syms_of_xterm) <x-detect-server-trust>: Doc fix.

src/xterm.c
src/xterm.h

index f2dbff1c446dbb93663427083fe2ed908814dc07..4c859c46c3134a2cf2962ae82e00428eba69c6cb 100644 (file)
@@ -31837,12 +31837,12 @@ If that is still too slow, setting this variable to the symbol
   Vx_use_fast_mouse_position = Qnil;
 
   DEFVAR_LISP ("x-detect-server-trust", Vx_detect_server_trust,
-    doc: /* Whether or not Emacs should detect whether or not it is trusted by X.
+    doc: /* If non-nil, Emacs should detect whether or not it is trusted by X.
 
 If non-nil, Emacs will make an X request at connection startup that is
 prohibited to untrusted clients under the X Security Extension and
 check whether or not a resulting Access error is generated by the X
-server.  If the X server reports the error, then Emacs will disable
-certain features that do not work for untrusted clients.  */);
+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;
 }
index c3bd647b6f32660866b497bb867a9a3b94976fec..9ce5403ef9b6ded83e28c326176520f564b82bec 100644 (file)
@@ -376,8 +376,8 @@ struct x_display_info
   /* Number of frames that are on this display.  */
   int reference_count;
 
-  /* True if this client cannot communicate with the window manager
-     because it is untrusted.  */
+  /* True if we cannot communicate with the window manager because it
+     does not trust us.  */
   bool untrusted;
 
   /* The Screen this connection is connected to.  */