emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c99e28207a: * lisp/tooltip.el (tooltip-show-help): Fix typo.


From: Po Lu
Subject: master c99e28207a: * lisp/tooltip.el (tooltip-show-help): Fix typo.
Date: Tue, 18 Jan 2022 02:56:40 -0500 (EST)

branch: master
commit c99e28207a69e6d4305be25ac420ffa664924652
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * lisp/tooltip.el (tooltip-show-help): Fix typo.
---
 lisp/tooltip.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index a639287714..2aa487d045 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]