diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-23 19:54:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-23 19:54:30 +0000 |
commit | dcd5ecef41f1d1c9474deea7fe6b5f206d4d3742 (patch) | |
tree | 2aa80b9e255b3731c8b9f35dc6038a6109c62a05 /man | |
parent | 5d9b65e05e02f8bc579a76cbfee8d8428a3af006 (diff) | |
download | emacs-dcd5ecef41f1d1c9474deea7fe6b5f206d4d3742.tar.gz |
(Help): Fix a typo.
Diffstat (limited to 'man')
-rw-r--r-- | man/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help.texi b/man/help.texi index 151d285aeb8..d2390c6b451 100644 --- a/man/help.texi +++ b/man/help.texi @@ -60,7 +60,7 @@ match for @var{topic}, a regular expression. @xref{Apropos}. @item C-h i m emacs @key{RET} i @var{topic} @key{RET} This looks up @var{topic} in the indices of the Emacs on-line manual. -There may be several matches, so displays the first one. You can then +If there are several matches, Emacs displays the first one. You can then press @key{,} to move to other matches, until you find what you are looking for. |