summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-07-22 16:17:59 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-07-22 16:17:59 +0200
commit16860f6c5f51a1c9d3ea1dbd6191baeaf9aa23e5 (patch)
tree711a205c6c8f3216295313073c9c0726e347f585 /lisp/term.el
parenta2d0ff26005c5c10ffe0d84bd8b458a06828be82 (diff)
downloademacs-16860f6c5f51a1c9d3ea1dbd6191baeaf9aa23e5.tar.gz
`term-char-mode' doc string clarification
* lisp/term.el (term-char-mode): Document behaviour (bug#49186).
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el5
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)