From 53a7d078a15c8246f1978af147cc7446c01dfdf2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 28 Sep 2001 06:18:36 +0000 Subject: [PATCH] (apropos-print): Fix last change. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (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")) -- 2.39.5