aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-12-09 18:22:41 +0800
committerPo Lu2022-12-09 18:30:23 +0800
commitab1fd3e8d3aa9fa3e5b27fe8eb6178b54bedb67b (patch)
tree92bb9258da61715d6840a7a5b7fca5cc299b2058 /src
parentf1942c298cd05f0a739a0c5fff4fc90dc566ae79 (diff)
downloademacs-ab1fd3e8d3aa9fa3e5b27fe8eb6178b54bedb67b.tar.gz
emacs-ab1fd3e8d3aa9fa3e5b27fe8eb6178b54bedb67b.zip
; * src/xterm.h: Fix minor copyedits
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 9ce5403ef9b..a888f57823f 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -376,8 +376,8 @@ struct x_display_info
376 /* Number of frames that are on this display. */ 376 /* Number of frames that are on this display. */
377 int reference_count; 377 int reference_count;
378 378
379 /* True if we cannot communicate with the window manager because it 379 /* True if this display connection cannot communicate with the
380 does not trust us. */ 380 window manager because it is not trusted by the X server. */
381 bool untrusted; 381 bool untrusted;
382 382
383 /* The Screen this connection is connected to. */ 383 /* The Screen this connection is connected to. */