# HG changeset patch # User Richard M. Stallman # Date 986295540 0 # Node ID 3d209a6879509bce7a67c625c180d9f3990d6b0c # Parent 9fb2ddcb8a23ece80e7d2b6521a1a3445256cc0c Add `d' after `C-h i' in examples. Change hello to HELLO as file name. diff -r 9fb2ddcb8a23 -r 3d209a687950 man/help.texi --- a/man/help.texi Tue Apr 03 09:17:32 2001 +0000 +++ b/man/help.texi Tue Apr 03 10:59:00 2001 +0000 @@ -60,13 +60,13 @@ descriptions) of all variables and functions (not their names) for a match for @var{topic}, a regular expression. @xref{Apropos}. -@item C-h i m emacs @key{RET} i @var{topic} @key{RET} +@item C-h i d m emacs @key{RET} i @var{topic} @key{RET} This looks up @var{topic} in the indices of the Emacs on-line manual. 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. -@item C-h i m emacs @key{RET} s @var{topic} @key{RET} +@item C-h i d m emacs @key{RET} s @var{topic} @key{RET} Similar, but searches for @var{topic} (which can be a regular expression) in the @emph{text} of the manual rather than in its indices. @@ -119,7 +119,7 @@ (@code{describe-function}). Since commands are Lisp functions, a command name may be used. @item C-h h -Display the @file{hello} file, which shows examples of various character +Display the @file{HELLO} file, which shows examples of various character sets. @item C-h i Run Info, the program for browsing documentation files (@code{info}).