(apropos-print): Use display-mouse-p instead of

window-system.
This commit is contained in:
Eli Zaretskii 2000-05-25 16:51:21 +00:00
parent 7a18af49dc
commit a2ee79192a

View file

@ -518,7 +518,7 @@ alphabetically by symbol name; but this function also sets
symbol item point1 point2)
(set-buffer standard-output)
(apropos-mode)
(if window-system
(if (display-mouse-p)
(insert "If you move the mouse over text that changes color,\n"
(substitute-command-keys
"you can click \\[apropos-mouse-follow] to get more information.\n")))