From 2ec7521b4133d0d24759c200902dee0919a9412e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 3 May 2022 16:13:59 +0800 Subject: [PATCH] ; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change. --- lisp/tooltip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index d6b6b1bc9b0..e24d03b8e87 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -381,7 +381,7 @@ MSG is either a help string to display, or nil to cancel the display." ;; Tooltips can't be displayed on top of the global menu ;; bar on NS. (or (not (eq window-system 'ns)) - (menu-or-popup-active-p))) + (not (menu-or-popup-active-p)))) (let ((previous-help tooltip-help-message)) (setq tooltip-help-message msg) (cond ((null msg) -- 2.39.5