diff options
-rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
-rw-r--r-- | doc/emacs/help.texi | 4 | ||||
-rw-r--r-- | etc/NEWS | 1 |
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 @@ -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. |