comparison man/info.texi @ 71389:926119f309e8

mention C-q
author Karl Berry <karl@gnu.org>
date Mon, 19 Jun 2006 20:53:29 +0000
parents 11b616eddda4
children d6f6fe603bad a387c138b28e 4094c5298ae1
comparison
equal deleted inserted replaced
71388:344bd72b1545 71389:926119f309e8
916 This chapter describes various advanced Info commands. (If you 916 This chapter describes various advanced Info commands. (If you
917 are using a stand-alone Info reader, there are additional commands 917 are using a stand-alone Info reader, there are additional commands
918 specific to it, which are documented in several chapters of @ref{Top,, 918 specific to it, which are documented in several chapters of @ref{Top,,
919 GNU Info, info-stnd, GNU Info}.) 919 GNU Info, info-stnd, GNU Info}.)
920 920
921 @kindex C-q @r{(Info mode)}
922 One advanced command useful with most of the others described here
923 is @kbd{C-q}, which ``quotes'' the next character so that it is
924 entered literally (@pxref{Inserting Text,,,emacs,The GNU Emacs
925 Manual}). For example, pressing @kbd{?} ordinarily brings up a list
926 of completion possibilities. If you want to (for example) search for
927 an actual @samp{?} character, the simplest way is to insert it using
928 @kbd{C-q ?}. This works the same in Emacs and stand-alone Info.
929
921 @menu 930 @menu
922 * Search Text:: How to search Info documents. 931 * Search Text:: How to search Info documents.
923 * Search Index:: How to search the indices for specific subjects. 932 * Search Index:: How to search the indices for specific subjects.
924 * Go to node:: How to go to a node by name. 933 * Go to node:: How to go to a node by name.
925 * Choose menu subtopic:: How to choose a menu subtopic by its number. 934 * Choose menu subtopic:: How to choose a menu subtopic by its number.