diff man/xemacs/misc.texi @ 936:0f9686ac3ce7

[xemacs-hg @ 2002-07-29 21:52:14 by scop] 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> * term.texi (Input to the inferior): Fix term line/char mode switch keybindings. Kudos to Jacob P. Burckhardt. * xemacs/misc.texi (Term Mode): Ditto. Message-Id: <1027534880.15332.209.camel@bobcat.ods.org>
author scop
date Mon, 29 Jul 2002 21:52:17 +0000
parents abe6d1db359e
children 7c7262c47538
line wrap: on
line diff
--- a/man/xemacs/misc.texi	Mon Jul 29 21:06:12 2002 +0000
+++ b/man/xemacs/misc.texi	Mon Jul 29 21:52:17 2002 +0000
@@ -417,14 +417,14 @@
 
 To switch between line and char mode, use these commands:
 @table @kbd
-@kindex C-c C-k @r{(Term mode)}
+@kindex C-c C-j @r{(Term mode)}
 findex term-char-mode
-@item C-c C-k
+@item C-c C-j
 Switch to line mode.  Do nothing if already in line mode.
 
-@kindex C-c C-j @r{(Term mode)}
+@kindex C-c C-k @r{(Term mode)}
 @findex term-line-mode
-@item C-c C-j
+@item C-c C-k
 Switch to char mode.  Do nothing if already in char mode.
 @end table