From c2eda4745be58f296b647b38d101c30027208d16 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 18 Dec 2024 22:06:16 +0100 Subject: ; Fix capitalization --- lisp/tty-tip.el | 2 +- src/frame.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/tty-tip.el b/lisp/tty-tip.el index 4414d93d030..102b5bede57 100644 --- a/lisp/tty-tip.el +++ b/lisp/tty-tip.el @@ -194,7 +194,7 @@ ;;;###autoload (define-minor-mode tty-tip-mode - "Global minor mode for displaying help in tty child frames." + "Global minor mode for displaying help in TTY child frames." :global t :group 'help (unless (display-graphic-p) (cond (tty-tip-mode diff --git a/src/frame.c b/src/frame.c index 6552567386e..9423f36ce3e 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1790,7 +1790,7 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor the one you're actually typing in. */ /* FIXME/tty: I don't understand this. (The comment above is from - Jim BLandy 1993 BTW, and the frame_ancestor_p from 2017.) + Jim Blandy 1993 BTW, and the frame_ancestor_p from 2017.) Setting the last event frame to nil leads to switch-frame events being generated even if they normally wouldn't be because the frame -- cgit v1.2.1