diff options
| -rw-r--r-- | man/misc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi index d3aa352d091..2adef51b8ce 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1060,10 +1060,10 @@ Switch to char mode. Do nothing if already in char mode. | |||
| 1060 | @item C-c C-c | 1060 | @item C-c C-c |
| 1061 | Send a literal @key{C-c} to the sub-shell. | 1061 | Send a literal @key{C-c} to the sub-shell. |
| 1062 | 1062 | ||
| 1063 | @item C-c C-x | 1063 | @item C-c @var{char} |
| 1064 | A prefix command to access the global @key{C-x} commands conveniently. | 1064 | This is equivalent to @kbd{C-x @var{char}} in normal Emacs. For |
| 1065 | For example, @kbd{C-c C-x o} invokes the global binding of | 1065 | example, @kbd{C-c o} invokes the global binding of @kbd{C-x o}, which |
| 1066 | @kbd{C-x o}, which is normally @samp{other-window}. | 1066 | is normally @samp{other-window}. |
| 1067 | @end table | 1067 | @end table |
| 1068 | 1068 | ||
| 1069 | @node Paging in Term | 1069 | @node Paging in Term |