Mercurial > emacs
changeset 14104:e61c666cef56
(apropos-print): Fix message about mouse command.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 09 Jan 1996 23:07:49 +0000 |
parents | b6ec260d7c2c |
children | d8384341d55a |
files | lisp/apropos.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/apropos.el Tue Jan 09 23:05:28 1996 +0000 +++ b/lisp/apropos.el Tue Jan 09 23:07:49 1996 +0000 @@ -445,7 +445,8 @@ (apropos-mode) (if window-system (insert (substitute-command-keys - "Click \\[apropos-mouse-follow] to get full documentation.\n"))) + "If you move the mouse over text that changes color,\n" + "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")) (while (consp p)