Mercurial > emacs
changeset 14150:1d9ae58b9e91
(apropos-print): Fix previous change to mouse message.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Fri, 12 Jan 1996 01:51:05 +0000 |
parents | 0d67df27dc2a |
children | 1087acbd29d7 |
files | lisp/apropos.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"))