]> git.eshelyaron.com Git - emacs.git/commitdiff
`term-char-mode' doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 22 Jul 2021 14:17:59 +0000 (16:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 22 Jul 2021 14:17:59 +0000 (16:17 +0200)
* lisp/term.el (term-char-mode): Document behaviour (bug#49186).

lisp/term.el

index 560549ece90bb9c213b61ae53556cc176b7f63cd..27f0bb1be3b843e3a4779d25f2fb53ca888a4242 100644 (file)
@@ -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)