aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJesper Harder2004-04-05 13:14:16 +0000
committerJesper Harder2004-04-05 13:14:16 +0000
commit6fcfb32eacbfa0e6663f56aca039520ee93ef27a (patch)
tree783f8b2ac48707412d4eb6ff54b01ff233dd3fc0 /man
parent43ea994715c8937c90678d949903cd0dd7fb39e3 (diff)
downloademacs-6fcfb32eacbfa0e6663f56aca039520ee93ef27a.tar.gz
emacs-6fcfb32eacbfa0e6663f56aca039520ee93ef27a.zip
(Info Search): Add info-apropos.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/info.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 1cfe38d705c..d8aa55eab2a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12004-04-05 Jesper Harder <harder@ifa.au.dk>
2
3 * info.texi (Info Search): Add info-apropos.
4
12004-04-02 Luc Teirlinck <teirllm@auburn.edu> 52004-04-02 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * files.texi (Reverting): Correct description of revert-buffer's 7 * files.texi (Reverting): Correct description of revert-buffer's
diff --git a/man/info.texi b/man/info.texi
index 9b200c2d791..1d62c530bd0 100644
--- a/man/info.texi
+++ b/man/info.texi
@@ -1076,6 +1076,12 @@ you type inside Emacs to run the command bound to @kbd{C-f}.
1076 1076
1077 In Emacs, @kbd{i} runs the command @code{Info-index}. 1077 In Emacs, @kbd{i} runs the command @code{Info-index}.
1078 1078
1079@findex info-apropos
1080If you don't know what manual documents something, try the @kbd{M-x
1081info-apropos} command. It prompts for a string and then looks up that
1082string in all the indices of all the Info documents installed on your
1083system.
1084
1079@kindex s @r{(Info mode)} 1085@kindex s @r{(Info mode)}
1080@findex Info-search 1086@findex Info-search
1081 The @kbd{s} command allows you to search a whole file for a string. 1087 The @kbd{s} command allows you to search a whole file for a string.