bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: info for term has C-c C-k and C-c C-j reversed


From: Jskud
Subject: Re: info for term has C-c C-k and C-c C-j reversed
Date: Sat, 9 Jun 2007 10:07:01 -0700

The problem was fixed on the mainline, in emacs/man/misc.texi:

    Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
    Sun Jul 7 23:48:41 2002 UTC (4 years, 11 months ago) by rms
    Branch: MAIN
    Changes since 1.39: +17 -4 lines
    Diff to previous 1.39

    Document C-c . in Shell mode.
    In Term mode, C-c C-j and C-c C-k were backwards.

The index entries didn't get swapped, so here is a patch against the
latest CVS sources:

--- misc.texi-ORIG      2007-04-22 06:58:31.000000000 -0700
+++ misc.texi   2007-06-09 10:05:30.000000000 -0700
@@ -1098,12 +1098,12 @@
 
 @table @kbd
 @kindex C-c C-j @r{(Term mode)}
-@findex term-char-mode
+@findex term-line-mode
 @item C-c C-j
 Switch to line mode.  Do nothing if already in line mode.
 
 @kindex C-c C-k @r{(Term mode)}
-@findex term-line-mode
+@findex term-char-mode
 @item C-c C-k
 Switch to char mode.  Do nothing if already in char mode.
 @end table

FYI.  /Jskud






reply via email to

[Prev in Thread] Current Thread [Next in Thread]