diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-15 00:34:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-15 00:34:28 -0700 |
commit | 2bf1d02de984a4b8d69ea14c8abe187775306f2b (patch) | |
tree | 053640e60ae5806ca05c355c49bd09f1598abd70 /doc/misc/info.texi | |
parent | 98932641ac975c4a331acb6fe25f62754fe25b92 (diff) | |
download | emacs-2bf1d02de984a4b8d69ea14c8abe187775306f2b.tar.gz emacs-2bf1d02de984a4b8d69ea14c8abe187775306f2b.tar.bz2 emacs-2bf1d02de984a4b8d69ea14c8abe187775306f2b.zip |
* info.texi (Search Index): Mention Emacs's Info-virtual-index.
Diffstat (limited to 'doc/misc/info.texi')
-rw-r--r-- | doc/misc/info.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 98fffabdd6b..b1157c0c4eb 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -15,7 +15,8 @@ This file describes how to use Info, the on-line, menu-driven GNU documentation system. Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -1050,6 +1051,13 @@ their names when @kbd{i} prompts you for a topic. For example, if you want to read the description of what the @kbd{C-l} key does, type @kbd{iC-l@key{RET}} literally. +@findex Info-virtual-index +@kindex I @r{(Info mode)} +Emacs provides the command @code{Info-virtual-index}, bound to the +@kbd{I} key. This behaves like @kbd{i}, but constructs a virtual +info node displaying the results of an index search, making it easier +to select the one you want. + @findex info-apropos @findex index-apropos If you aren't sure which manual documents the topic you are looking |