aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"))