aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-20 23:14:33 +0000
committerLuc Teirlinck2005-12-20 23:14:33 +0000
commit7a32e81fb608282314e27db21a00138aaa91f29a (patch)
treed7c10f1ef2eba761c6c5a6dc6838b16237934a07
parentff858549f5982c78f71321e0772ddcbf6855fb4a (diff)
downloademacs-7a32e81fb608282314e27db21a00138aaa91f29a.tar.gz
emacs-7a32e81fb608282314e27db21a00138aaa91f29a.zip
Correct typos.
-rw-r--r--man/help.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/help.texi b/man/help.texi
index 313a002dc28..747f51aaaa7 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -47,7 +47,7 @@ manual index, then finally look in the FAQ and the package keywords.
47@item C-h a @var{topics} @key{RET} 47@item C-h a @var{topics} @key{RET}
48This searches for commands whose names match @var{topics}, which 48This searches for commands whose names match @var{topics}, which
49should be a keyword, a list of keywords, or a regular expression 49should be a keyword, a list of keywords, or a regular expression
50(@pxref{Regexps}). This command displays a the matches in a new 50(@pxref{Regexps}). This command displays all the matches in a new
51buffer. @xref{Apropos}. 51buffer. @xref{Apropos}.
52 52
53@item C-h i d m emacs @key{RET} i @var{topic} @key{RET} 53@item C-h i d m emacs @key{RET} i @var{topic} @key{RET}
@@ -336,7 +336,7 @@ view, describe, default.
336@end quotation 336@end quotation
337 337
338@findex apropos 338@findex apropos
339 To list all Lisp symbols that contain a match an Apropos pattern, 339 To list all Lisp symbols that contain a match for an Apropos pattern,
340not just the ones that are defined as commands, use the command 340not just the ones that are defined as commands, use the command
341@kbd{M-x apropos} instead of @kbd{C-h a}. This command does not check 341@kbd{M-x apropos} instead of @kbd{C-h a}. This command does not check
342key bindings by default; specify a numeric argument if you want it to 342key bindings by default; specify a numeric argument if you want it to
@@ -374,7 +374,7 @@ most relevant ones first.
374 By default, Apropos lists the search results for 374 By default, Apropos lists the search results for
375@code{apropos-documentation} in order of relevance of the match. If 375@code{apropos-documentation} in order of relevance of the match. If
376the variable @code{apropos-documentation-sort-by-scores} is 376the variable @code{apropos-documentation-sort-by-scores} is
377@code{nil}, Apropos lists the symbosl found in alphabetical order. 377@code{nil}, Apropos lists the symbols found in alphabetical order.
378 378
379@node Library Keywords 379@node Library Keywords
380@section Keyword Search for Lisp Libraries 380@section Keyword Search for Lisp Libraries