aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-28 06:18:36 +0000
committerEli Zaretskii2001-09-28 06:18:36 +0000
commit53a7d078a15c8246f1978af147cc7446c01dfdf2 (patch)
treef4b133c84f46bebbfae4c6847b54c6b5c298b6b7
parentd94d5b5a4ba8f680b306bc5dcc880232c5b9c293 (diff)
downloademacs-53a7d078a15c8246f1978af147cc7446c01dfdf2.tar.gz
emacs-53a7d078a15c8246f1978af147cc7446c01dfdf2.zip
(apropos-print): Fix last change.
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index d61527591fa..0743b9da82a 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -520,7 +520,7 @@ alphabetically by symbol name; but this function also sets
520 (insert "If moving the mouse over text changes the text's color,\n" 520 (insert "If moving the mouse over text changes the text's color,\n"
521 (substitute-command-keys 521 (substitute-command-keys
522 "you can click \\[apropos-mouse-follow] on that text to get more information.\n"))) 522 "you can click \\[apropos-mouse-follow] on that text to get more information.\n")))
523 (insert "In this buffer, go to the name of the command, or function" 523 (insert "In this buffer, go to the name of the command, or function,"
524 " or variable,\n" 524 " or variable,\n"
525 (substitute-command-keys 525 (substitute-command-keys
526 "and type \\[apropos-follow] to get full documentation.\n\n")) 526 "and type \\[apropos-follow] to get full documentation.\n\n"))