projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5adc84a
)
; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 08:13:59 +0000
(16:13 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 08:13:59 +0000
(16:13 +0800)
lisp/tooltip.el
patch
|
blob
|
history
diff --git
a/lisp/tooltip.el
b/lisp/tooltip.el
index d6b6b1bc9b0f1c6d8a09f284b48d03353b5272e9..e24d03b8e876af86f3eb77e17f027add2b792d61 100644
(file)
--- 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)