diff options
| -rw-r--r-- | man/help.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/help.texi b/man/help.texi index 7cac1e80e74..3c8bdfbaa6d 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -54,9 +54,9 @@ other variables, in case the feature you are looking for is controlled | |||
| 54 | by an option, not a command. @xref{Apropos}. | 54 | by an option, not a command. @xref{Apropos}. |
| 55 | 55 | ||
| 56 | @item M-x apropos-documentation @var{topic} @key{RET} | 56 | @item M-x apropos-documentation @var{topic} @key{RET} |
| 57 | This searches the @emph{documentation strings} of all variables and | 57 | This searches the @emph{documentation strings} (the built-in short |
| 58 | functions (not their names) for a match for @var{topic}, a regular | 58 | descriptions) of all variables and functions (not their names) for a |
| 59 | expression. @xref{Apropos}. | 59 | match for @var{topic}, a regular expression. @xref{Apropos}. |
| 60 | 60 | ||
| 61 | @item C-h i emacs @key{RET} i @var{topic} @key{RET} | 61 | @item C-h i emacs @key{RET} i @var{topic} @key{RET} |
| 62 | This looks up @var{topic} in the indices of the Emacs on-line manual. | 62 | This looks up @var{topic} in the indices of the Emacs on-line manual. |