aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-01-12 01:51:05 +0000
committerErik Naggum1996-01-12 01:51:05 +0000
commit1f64403f132fc120ff0b69db45edf85eaffaf9de (patch)
tree66245a565094c60fa49069923a843d58f268e755
parentdba06815c940f29cc9718c526e8a9cf40e47a446 (diff)
downloademacs-1f64403f132fc120ff0b69db45edf85eaffaf9de.tar.gz
emacs-1f64403f132fc120ff0b69db45edf85eaffaf9de.zip
(apropos-print): Fix previous change to mouse message.
-rw-r--r--lisp/apropos.el4
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."
444 (set-buffer standard-output) 444 (set-buffer standard-output)
445 (apropos-mode) 445 (apropos-mode)
446 (if window-system 446 (if window-system
447 (insert (substitute-command-keys 447 (insert "If you move the mouse over text that changes color,\n"
448 "If you move the mouse over text that changes color,\n" 448 (substitute-command-keys
449 "you can click \\[apropos-mouse-follow] to get more information.\n"))) 449 "you can click \\[apropos-mouse-follow] to get more information.\n")))
450 (insert (substitute-command-keys 450 (insert (substitute-command-keys
451 "In this buffer, type \\[apropos-follow] to get full documentation.\n\n")) 451 "In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))