]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-escape-char, term-mode): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 02:54:20 +0000 (02:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 02:54:20 +0000 (02:54 +0000)
lisp/term.el

index bc816e476e1794dc45db6fa03c687fb8ab5419d0..8c624568ad0e46be10391c7394d630850d3572a9 100644 (file)
@@ -626,7 +626,7 @@ executed once when the buffer is created."
   "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 @@ The interpreter name is same as buffer name, sans the asterisks.
 
 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.