Mercurial > emacs
changeset 39491:1f81f55f4241
(apropos-print): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 28 Sep 2001 06:18:36 +0000 |
parents | dc32771fc38b |
children | 11c635084cb7 |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/apropos.el Fri Sep 28 06:11:25 2001 +0000 +++ b/lisp/apropos.el Fri Sep 28 06:18:36 2001 +0000 @@ -520,7 +520,7 @@ (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"))