From a2ee79192a6c08e38b2cbb410d0aae7f50c7ebe0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 May 2000 16:51:21 +0000 Subject: [PATCH] (apropos-print): Use display-mouse-p instead of window-system. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))) -- 2.39.5