From: Erik Naggum Date: Fri, 12 Jan 1996 01:51:05 +0000 (+0000) Subject: (apropos-print): Fix previous change to mouse message. X-Git-Tag: emacs-19.34~1710 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f64403f132fc120ff0b69db45edf85eaffaf9de;p=emacs.git (apropos-print): Fix previous change to mouse message. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index 808ef549a93..04b0223e28d 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -444,8 +444,8 @@ found." (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"))