diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 560549ece90..27f0bb1be3b 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1298,7 +1298,10 @@ without any interpretation." (defun term-char-mode () "Switch to char (\"raw\") sub-mode of term mode. Each character you type is sent directly to the inferior without -intervention from Emacs, except for the escape character (usually C-c)." +intervention from Emacs, except for the escape character (usually C-c). + +This command will send existing partial lines to the terminal +process." (interactive) ;; FIXME: Emit message? Cfr ilisp-raw-message (when (term-in-line-mode) |