diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-12 01:51:05 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-12 01:51:05 +0000 |
commit | 1f64403f132fc120ff0b69db45edf85eaffaf9de (patch) | |
tree | 66245a565094c60fa49069923a843d58f268e755 /lisp/apropos.el | |
parent | dba06815c940f29cc9718c526e8a9cf40e47a446 (diff) | |
download | emacs-1f64403f132fc120ff0b69db45edf85eaffaf9de.tar.gz |
(apropos-print): Fix previous change to mouse message.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 4 |
1 files changed, 2 insertions, 2 deletions
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")) |