diff options
| author | Glenn Morris | 2010-04-15 00:25:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-15 00:25:20 -0700 |
| commit | 98932641ac975c4a331acb6fe25f62754fe25b92 (patch) | |
| tree | 5845249cbf68d72607fdb125c132eac5e5dce4f9 | |
| parent | f492f32f11c1f6df6ed1cfd93119ffa5b15c9501 (diff) | |
| download | emacs-98932641ac975c4a331acb6fe25f62754fe25b92.tar.gz emacs-98932641ac975c4a331acb6fe25f62754fe25b92.zip | |
* help.texi (Help Summary): Mention M-x info-finder.
| -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 @@ | |||
| 1 | 2010-04-15 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * help.texi (Help Summary): Mention M-x info-finder. | ||
| 4 | |||
| 3 | * ack.texi (Acknowledgments): Add mpc.el | 5 | * ack.texi (Acknowledgments): Add mpc.el |
| 4 | 6 | ||
| 5 | * custom.texi (Specifying File Variables, Directory Variables): | 7 | * 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}). | |||
| 133 | @item C-h n | 133 | @item C-h n |
| 134 | Display news of recent Emacs changes (@code{view-emacs-news}). | 134 | Display news of recent Emacs changes (@code{view-emacs-news}). |
| 135 | @item C-h p | 135 | @item C-h p |
| 136 | Find packages by topic keyword (@code{finder-by-keyword}). | 136 | Find packages by topic keyword (@code{finder-by-keyword}). For an |
| 137 | alternative interface to the same information, try the @code{info-finder} | ||
| 138 | command. | ||
| 137 | @item C-h r | 139 | @item C-h r |
| 138 | Display the Emacs manual in Info (@code{info-emacs-manual}). | 140 | Display the Emacs manual in Info (@code{info-emacs-manual}). |
| 139 | @item C-h s | 141 | @item C-h s |
| @@ -252,6 +252,7 @@ collections as watch expressions. These features require GDB 7.0 or later. | |||
| 252 | *** The new command `Info-virtual-index' bound to "I" displays a menu of | 252 | *** The new command `Info-virtual-index' bound to "I" displays a menu of |
| 253 | matched topics found in the index. | 253 | matched topics found in the index. |
| 254 | 254 | ||
| 255 | +++ | ||
| 255 | *** The new command `info-finder' replaces finder.el with a virtual Info | 256 | *** The new command `info-finder' replaces finder.el with a virtual Info |
| 256 | manual that generates an Info file which gives the same information | 257 | manual that generates an Info file which gives the same information |
| 257 | through a menu structure. | 258 | through a menu structure. |