(apropos-print): Use display-mouse-p instead of
window-system.
This commit is contained in:
parent
7a18af49dc
commit
a2ee79192a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue