aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2025-03-05 14:17:06 +0800
committerPo Lu2025-03-05 15:00:14 +0800
commit336cc32f2aa83a06dbbde42463a99e2f5c94f8ff (patch)
treef6928cf0fc5b0264f610172bad0d9c7b2d5868ff /src
parent7ba62284137ba162df16f55c75bda4d56da7dfe7 (diff)
downloademacs-336cc32f2aa83a06dbbde42463a99e2f5c94f8ff.tar.gz
emacs-336cc32f2aa83a06dbbde42463a99e2f5c94f8ff.zip
; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index fcd9377646f..f6fd43a1889 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -11300,10 +11300,9 @@ This variable is ignored on macOS < 10.7 and GNUstep. Default is t. */);
11300 doc: /* SKIP: real doc in xterm.c. */); 11300 doc: /* SKIP: real doc in xterm.c. */);
11301 x_underline_at_descent_line = 0; 11301 x_underline_at_descent_line = 0;
11302 11302
11303 // TODO: add an "auto" mode that passes clicks through to "utility" UI 11303 /* TODO: add an "auto" mode that passes clicks through to "utility" UI
11304 // elements, selectis windows, and so on, but doesn't pass them 11304 elements, selects windows, and so on, but doesn't pass them through
11305 // through for commands in general --- consistent with 11305 for commands in general--as with other applications. */
11306 // other applications.
11307 11306
11308 DEFVAR_BOOL ("ns-click-through", 11307 DEFVAR_BOOL ("ns-click-through",
11309 ns_click_through, 11308 ns_click_through,