# HG changeset patch # User Richard M. Stallman # Date 1102256179 0 # Node ID 9a73265ddd161c0450ce88ae645111fd3a7837ee # Parent 515e4fdf4cac43ce66ecfe2ac12996613e3cbb63 (Term Mode): Correcty describe C-c. diff -r 515e4fdf4cac -r 9a73265ddd16 man/misc.texi --- a/man/misc.texi Sun Dec 05 14:15:17 2004 +0000 +++ b/man/misc.texi Sun Dec 05 14:16:19 2004 +0000 @@ -1060,10 +1060,10 @@ @item C-c C-c Send a literal @key{C-c} to the sub-shell. -@item C-c C-x -A prefix command to access the global @key{C-x} commands conveniently. -For example, @kbd{C-c C-x o} invokes the global binding of -@kbd{C-x o}, which is normally @samp{other-window}. +@item C-c @var{char} +This is equivalent to @kbd{C-x @var{char}} in normal Emacs. For +example, @kbd{C-c o} invokes the global binding of @kbd{C-x o}, which +is normally @samp{other-window}. @end table @node Paging in Term