emacs-diffs
[Top][All Lists]
Advanced

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

master 2ec7521b41: ; * lisp/tooltip.el (tooltip-show-help): Fix typo in


From: Po Lu
Subject: master 2ec7521b41: ; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change.
Date: Tue, 3 May 2022 04:14:14 -0400 (EDT)

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

    ; * 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 d6b6b1bc9b..e24d03b8e8 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)



reply via email to

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