mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
Update term-char-mode doc string
* lisp/term.el (term-char-mode): Update doc string.
This commit is contained in:
parent
edf6f5d0ca
commit
e12f5ca9a5
@ -1445,10 +1445,7 @@ Entry to this mode runs the hooks on `term-mode-hook'."
|
||||
(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).
|
||||
|
||||
This command will send existing partial lines to the terminal
|
||||
process."
|
||||
intervention from Emacs, except for the escape character (usually C-c)."
|
||||
(interactive)
|
||||
;; FIXME: Emit message? Cfr ilisp-raw-message
|
||||
(when (term-in-line-mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user