From: Richard M. Stallman Date: Thu, 22 Dec 2005 14:44:38 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-22.0.90~5132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e23b82e52e5fa52971b2b6e4a0e173c05476f52;p=emacs.git Fix previous change. --- 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