Mercurial > emacs
changeset 58486:f9f5c9ddd813
(term-escape-char, term-mode): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 2004 02:54:20 +0000 |
parents | 31d7630f91d4 |
children | d0581f1eef46 |
files | lisp/term.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Thu Nov 25 02:00:53 2004 +0000 +++ b/lisp/term.el Thu Nov 25 02:54:20 2004 +0000 @@ -626,7 +626,7 @@ "Keyboard map for sending characters directly to the inferior process.") (defvar term-escape-char nil "Escape character for char-sub-mode of term mode. -Do not change it directly; use term-set-escape-char instead.") +Do not change it directly; use `term-set-escape-char' instead.") (defvar term-raw-escape-map nil) (defvar term-pager-break-map nil) @@ -959,7 +959,8 @@ There are two submodes: line mode and char mode. By default, you are in char mode. In char sub-mode, each character (except -`term-escape-char') is set immediately. +`term-escape-char') is sent immediately to the subprocess. +The escape character is equivalent to the usual meaning of C-x. In line mode, you send a line of input at a time; use \\[term-send-input] to send.