mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
mention C-q
This commit is contained in:
parent
13db07e0a1
commit
2aa8102725
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-06-19 Karl Berry <karl@gnu.org>
|
||||
|
||||
* info.texi (Advanced): mention C-q, especially with ?.
|
||||
|
||||
2006-06-19 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* org.texi (Publishing links): Document the `:link-validation-function'
|
||||
|
|
|
|||
|
|
@ -918,6 +918,15 @@ are using a stand-alone Info reader, there are additional commands
|
|||
specific to it, which are documented in several chapters of @ref{Top,,
|
||||
GNU Info, info-stnd, GNU Info}.)
|
||||
|
||||
@kindex C-q @r{(Info mode)}
|
||||
One advanced command useful with most of the others described here
|
||||
is @kbd{C-q}, which ``quotes'' the next character so that it is
|
||||
entered literally (@pxref{Inserting Text,,,emacs,The GNU Emacs
|
||||
Manual}). For example, pressing @kbd{?} ordinarily brings up a list
|
||||
of completion possibilities. If you want to (for example) search for
|
||||
an actual @samp{?} character, the simplest way is to insert it using
|
||||
@kbd{C-q ?}. This works the same in Emacs and stand-alone Info.
|
||||
|
||||
@menu
|
||||
* Search Text:: How to search Info documents.
|
||||
* Search Index:: How to search the indices for specific subjects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue