]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Sep 2001 06:18:36 +0000 (06:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Sep 2001 06:18:36 +0000 (06:18 +0000)
lisp/apropos.el

index d61527591fa485281f616e47293120a86c46faed..0743b9da82aed5b4d31abde817388833a51cdf8c 100644 (file)
@@ -520,7 +520,7 @@ alphabetically by symbol name; but this function also sets
            (insert "If moving the mouse over text changes the text's color,\n"
                    (substitute-command-keys
                     "you can click \\[apropos-mouse-follow] on that text to get more information.\n")))
-       (insert "In this buffer, go to the name of the command, or function"
+       (insert "In this buffer, go to the name of the command, or function,"
                " or variable,\n"
                (substitute-command-keys
                 "and type \\[apropos-follow] to get full documentation.\n\n"))