]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.
authorPo Lu <luangruo@yahoo.com>
Wed, 5 Mar 2025 06:17:06 +0000 (14:17 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:05:08 +0000 (08:05 +0100)
(cherry picked from commit 336cc32f2aa83a06dbbde42463a99e2f5c94f8ff)

src/nsterm.m

index fcd9377646f5d6cfb9a25caef519183172055470..f6fd43a1889c0f472a17dfa397a687b73a0ffd8f 100644 (file)
@@ -11300,10 +11300,9 @@ This variable is ignored on macOS < 10.7 and GNUstep.  Default is t.  */);
      doc: /* SKIP: real doc in xterm.c.  */);
   x_underline_at_descent_line = 0;
 
-  // TODO: add an "auto" mode that passes clicks through to "utility" UI
-  // elements, selectis windows, and so on, but doesn't pass them
-  // through for commands in general --- consistent with
-  // other applications.
+  /* TODO: add an "auto" mode that passes clicks through to "utility" UI
+     elements, selects windows, and so on, but doesn't pass them through
+     for commands in general--as with other applications.  */
 
   DEFVAR_BOOL ("ns-click-through",
               ns_click_through,