]> git.eshelyaron.com Git - emacs.git/commitdiff
Update term-char-mode doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 26 Jun 2022 14:45:09 +0000 (16:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 26 Jun 2022 14:45:09 +0000 (16:45 +0200)
* lisp/term.el (term-char-mode): Update doc string.

lisp/term.el

index a8e44b4c34fe8f9b6b97e76fde166f72813a0f03..3bf1531fcd914a4cfc160bf2258c2fbb7d66599a 100644 (file)
@@ -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)