# HG changeset patch # User Erik Naggum # Date 821411465 0 # Node ID 1d9ae58b9e919afe8ef175bf0146e7ae9314d373 # Parent 0d67df27dc2a26107c7a640e082be6aa90c33d0b (apropos-print): Fix previous change to mouse message. diff -r 0d67df27dc2a -r 1d9ae58b9e91 lisp/apropos.el --- a/lisp/apropos.el Thu Jan 11 17:16:12 1996 +0000 +++ b/lisp/apropos.el Fri Jan 12 01:51:05 1996 +0000 @@ -444,8 +444,8 @@ (set-buffer standard-output) (apropos-mode) (if window-system - (insert (substitute-command-keys - "If you move the mouse over text that changes color,\n" + (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"))) (insert (substitute-command-keys "In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))