From 2e23b82e52e5fa52971b2b6e4a0e173c05476f52 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Dec 2005 14:44:38 +0000 Subject: [PATCH] Fix previous change. --- lispref/ChangeLog | 4 ++++ lispref/help.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1058beb9f23..f0c5a4408ed 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-12-20 Richard M. Stallman + + * help.texi (Help Functions): Update documentation of `apropos'. + 2005-12-20 Luc Teirlinck * customize.texi (Type Keywords): Delete xref to "Text help-echo", diff --git a/lispref/help.texi b/lispref/help.texi index 4821478a3ad..664e8c69c18 100644 --- a/lispref/help.texi +++ b/lispref/help.texi @@ -520,7 +520,8 @@ definition as a function, variable, or face, or has properties. The function returns a list of elements that look like this: @example -(@var{symbol} @var{score} @var{fn-doc} @var{var-doc} @var{plist-doc} @var{widget-doc} @var{face-doc} @var{group-doc}) +(@var{symbol} @var{score} @var{fn-doc} @var{var-doc} + @var{plist-doc} @var{widget-doc} @var{face-doc} @var{group-doc}) @end example Here, @var{score} is an integer measure of how important the symbol -- 2.39.5