mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(Info Search): Add info-apropos.
This commit is contained in:
parent
43ea994715
commit
6fcfb32eac
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-04-05 Jesper Harder <harder@ifa.au.dk>
|
||||
|
||||
* info.texi (Info Search): Add info-apropos.
|
||||
|
||||
2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* files.texi (Reverting): Correct description of revert-buffer's
|
||||
|
|
|
|||
|
|
@ -1076,6 +1076,12 @@ you type inside Emacs to run the command bound to @kbd{C-f}.
|
|||
|
||||
In Emacs, @kbd{i} runs the command @code{Info-index}.
|
||||
|
||||
@findex info-apropos
|
||||
If you don't know what manual documents something, try the @kbd{M-x
|
||||
info-apropos} command. It prompts for a string and then looks up that
|
||||
string in all the indices of all the Info documents installed on your
|
||||
system.
|
||||
|
||||
@kindex s @r{(Info mode)}
|
||||
@findex Info-search
|
||||
The @kbd{s} command allows you to search a whole file for a string.
|
||||
|
|
|
|||
Loading…
Reference in a new issue