]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 08:13:59 +0000 (16:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 08:13:59 +0000 (16:13 +0800)
lisp/tooltip.el

index d6b6b1bc9b0f1c6d8a09f284b48d03353b5272e9..e24d03b8e876af86f3eb77e17f027add2b792d61 100644 (file)
@@ -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)