diff options
| author | Richard M. Stallman | 2005-12-22 14:44:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-22 14:44:38 +0000 |
| commit | 2e23b82e52e5fa52971b2b6e4a0e173c05476f52 (patch) | |
| tree | e7dc15f7c8ba4e12edca9ff3b72081c998035cb6 | |
| parent | 6ecca7d1ba36193c2d926dd06076ce0317f3ebf8 (diff) | |
| download | emacs-2e23b82e52e5fa52971b2b6e4a0e173c05476f52.tar.gz emacs-2e23b82e52e5fa52971b2b6e4a0e173c05476f52.zip | |
Fix previous change.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/help.texi | 3 |
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 @@ | |||
| 1 | 2005-12-20 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * help.texi (Help Functions): Update documentation of `apropos'. | ||
| 4 | |||
| 1 | 2005-12-20 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-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. | |||
| 520 | The function returns a list of elements that look like this: | 520 | The 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 | ||
| 526 | Here, @var{score} is an integer measure of how important the symbol | 527 | Here, @var{score} is an integer measure of how important the symbol |