diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 16:51:21 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 16:51:21 +0000 |
commit | a2ee79192a6c08e38b2cbb410d0aae7f50c7ebe0 (patch) | |
tree | f2b9408163cadfe823359abd2613ed8c15a33750 /lisp/apropos.el | |
parent | 7a18af49dc3e225afc4248d3374ff760f0bf39f3 (diff) | |
download | emacs-a2ee79192a6c08e38b2cbb410d0aae7f50c7ebe0.tar.gz |
(apropos-print): Use display-mouse-p instead of
window-system.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index b691c0fa8ef..f78b3794db7 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -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"))) |