aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-05 14:16:19 +0000
committerRichard M. Stallman <[email protected]>2004-12-05 14:16:19 +0000
commit6f8ca5e414092a352473ff1153cdfaaa686f4f58 (patch)
treea29eb64e8c42f4368ef996b7e1bf058ba33c2a8c /man/misc.texi
parent2adf0559a938b4c4cfc517e9947138141780f55c (diff)
(Term Mode): Correcty describe C-c.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi
index d3aa352d09..2adef51b8c 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1060,10 +1060,10 @@ Switch to char mode. Do nothing if already in char mode.
@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