`term-char-mode' doc string clarification
* lisp/term.el (term-char-mode): Document behaviour (bug#49186).
This commit is contained in:
parent
a2d0ff2600
commit
16860f6c5f
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue