]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tooltip.el (tooltip-show-help): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 07:56:08 +0000 (15:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 07:56:08 +0000 (15:56 +0800)
lisp/tooltip.el

index a6392877144fad7c4c9a43a061931c25f61eb4f6..2aa487d0454d8189d532ea8059306b11892510c3 100644 (file)
@@ -378,8 +378,8 @@ MSG is either a help string to display, or nil to cancel the display."
   (if (and (display-graphic-p)
            ;; On Haiku, system tooltips can't be displayed above
            ;; menus.
-           (or (not (and haiku-use-system-tooltips
-                         (eq window-system 'haiku)))
+           (or (not (and (eq window-system 'haiku)
+                         haiku-use-system-tooltips))
                (not (menu-or-popup-active-p))))
       (let ((previous-help tooltip-help-message))
        (setq tooltip-help-message msg)