From: Po Lu Date: Tue, 3 May 2022 08:13:59 +0000 (+0800) Subject: ; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change. X-Git-Tag: emacs-29.0.90~1931^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ec7521b4133d0d24759c200902dee0919a9412e;p=emacs.git ; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change. --- 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)