diff options
| -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 | |||
| 518 | symbol item point1 point2) | 518 | symbol item point1 point2) |
| 519 | (set-buffer standard-output) | 519 | (set-buffer standard-output) |
| 520 | (apropos-mode) | 520 | (apropos-mode) |
| 521 | (if window-system | 521 | (if (display-mouse-p) |
| 522 | (insert "If you move the mouse over text that changes color,\n" | 522 | (insert "If you move the mouse over text that changes color,\n" |
| 523 | (substitute-command-keys | 523 | (substitute-command-keys |
| 524 | "you can click \\[apropos-mouse-follow] to get more information.\n"))) | 524 | "you can click \\[apropos-mouse-follow] to get more information.\n"))) |