summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-15 00:25:20 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-15 00:25:20 -0700
commit98932641ac975c4a331acb6fe25f62754fe25b92 (patch)
tree5845249cbf68d72607fdb125c132eac5e5dce4f9
parentf492f32f11c1f6df6ed1cfd93119ffa5b15c9501 (diff)
downloademacs-98932641ac975c4a331acb6fe25f62754fe25b92.tar.gz
* help.texi (Help Summary): Mention M-x info-finder.
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/help.texi4
-rw-r--r--etc/NEWS1
3 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index edfea408ad4..d156d35faa2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
2010-04-15 Glenn Morris <rgm@gnu.org>
+ * help.texi (Help Summary): Mention M-x info-finder.
+
* ack.texi (Acknowledgments): Add mpc.el
* custom.texi (Specifying File Variables, Directory Variables):
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 4ee1a728ae6..ac3539881d8 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -133,7 +133,9 @@ Display documentation of the current major mode (@code{describe-mode}).
@item C-h n
Display news of recent Emacs changes (@code{view-emacs-news}).
@item C-h p
-Find packages by topic keyword (@code{finder-by-keyword}).
+Find packages by topic keyword (@code{finder-by-keyword}). For an
+alternative interface to the same information, try the @code{info-finder}
+command.
@item C-h r
Display the Emacs manual in Info (@code{info-emacs-manual}).
@item C-h s
diff --git a/etc/NEWS b/etc/NEWS
index 9be071a292c..3d317756408 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -252,6 +252,7 @@ collections as watch expressions. These features require GDB 7.0 or later.
*** The new command `Info-virtual-index' bound to "I" displays a menu of
matched topics found in the index.
++++
*** The new command `info-finder' replaces finder.el with a virtual Info
manual that generates an Info file which gives the same information
through a menu structure.