aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-22 14:44:38 +0000
committerRichard M. Stallman2005-12-22 14:44:38 +0000
commit2e23b82e52e5fa52971b2b6e4a0e173c05476f52 (patch)
treee7dc15f7c8ba4e12edca9ff3b72081c998035cb6
parent6ecca7d1ba36193c2d926dd06076ce0317f3ebf8 (diff)
downloademacs-2e23b82e52e5fa52971b2b6e4a0e173c05476f52.tar.gz
emacs-2e23b82e52e5fa52971b2b6e4a0e173c05476f52.zip
Fix previous change.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/help.texi3
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 1058beb9f23..f0c5a4408ed 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-12-20 Richard M. Stallman <rms@gnu.org>
2
3 * help.texi (Help Functions): Update documentation of `apropos'.
4
12005-12-20 Luc Teirlinck <teirllm@auburn.edu> 52005-12-20 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * customize.texi (Type Keywords): Delete xref to "Text help-echo", 7 * 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.
520The function returns a list of elements that look like this: 520The function returns a list of elements that look like this:
521 521
522@example 522@example
523(@var{symbol} @var{score} @var{fn-doc} @var{var-doc} @var{plist-doc} @var{widget-doc} @var{face-doc} @var{group-doc}) 523(@var{symbol} @var{score} @var{fn-doc} @var{var-doc}
524 @var{plist-doc} @var{widget-doc} @var{face-doc} @var{group-doc})
524@end example 525@end example
525 526
526Here, @var{score} is an integer measure of how important the symbol 527Here, @var{score} is an integer measure of how important the symbol